#727334

Color #727334 Crete (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crete #727334

Tints of Crete #727334

Color information

#727334 (or 0x727334) is unknown color: approx Crete. HEX triplet: 72, 73 and 34. RGB value is (114,115,52). Sum of RGB (Red+Green+Blue) = 114+115+52=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 115 - color contains mainly: green. Hex color #727334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727334 is #8D8CCB. Grayscale: #6B6B6B. Windows color (decimal): -9276620 or 3437426. OLE color: 3437426.

HSL color Cylindrical-coordinate representation of color #727334: hue angle of 60.95º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #727334 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB11411552-
CMYK0.0100.550.55
HSL60.95º37.72%32.75%-
HSV(B)60.95º54.78%45.1%-
XYZ13.6916.095.63-
YUV107.5296.67132.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 40.57%
GREEN value IS 115 (45.31% from 255) = 40.93%
BLUE value IS 52 (20.70% from 255) = 18.51%
R=40.57%
G=40.93%
B=18.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114115520.0100.550.5560.9537.7232.75
Hex7273341037373d2621
Octal16216364106767754641
Binary1110010111001111010010110111110111111101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727334; }

 p { color: rgb(114,115,52); }

 H1.HeaderClassName
 {
   color: #727334;
 }
 .AnyTagClassName
 {
   color: #727334;
 }
</style>
background-color css

<style>
 a { background-color: #727334; }

 a { background-color: rgb(114,115,52); }

 div.DivClassName
 {
   background-color: #727334;
 }
 .BgClassName
 {
   background-color: #727334;
 }
</style>
border-color css

<style>
 span { border-color: #727334; }

 span { border-color: rgb(114,115,52); }

 td.TdClassName
 {
   border-color: #727334;
 }
 .TagClassName
 {
   border-color: #727334;
 }
</style>