Html Css Color HEX #727036 Crete

📋 copy color: '#727036'

red 114 ◦ green 112 ◦ blue 54

#727036
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crete #727036

Tints of Crete #727036

RGB

 RED value IS 114 (44.92% from 255) = 40.71%

 GREEN value IS 112 (44.14% from 255) = 40%

 BLUE value IS 54 (21.48% from 255) = 19.29%

R = 40.71%
G = 40%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#727036 (or 0x727036) is known color: Crete. HEX triplet: 72, 70 and 36. RGB value is (114,112,54). Sum of RGB (Red+Green+Blue) = 114+112+54=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #727036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727036 is #8D8FC9. Grayscale: #6A6A6A. Windows color (decimal): -9277386 or 3567730. OLE color: 3567730.

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

Color convert

RGB 114 112 54 -
CMYK 0 0.02 0.53 0.55
HSL 58º 0.36% 0.33% -
HSV(B) 58º 0.53% 0.45% -
XYZ 13.4 15.43 5.76 -
YUV 105.99 98.66 133.72 -
System Red Green Blue C M Y K H S L
Decimal 114 112 54 0 0.02 0.53 0.55 58 0.36 0.33
Hex 72 70 36 0 2 35 37 3A 24 21
Octal 162 160 66 0 2 65 67 72 44 41
Binary 1110010 1110000 110110 0 10 110101 110111 111010 100100 100001

Color Harmonies of #727036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727036

Black with #727036

Text Example


Text Example

White with #727036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727036; }

 p { color: rgb(114,112,54); }

 H1.HeaderClassName
 {
   color: #727036;
 }
 .AnyTagClassName
 {
   color: #727036;
 }
</style>

background-color css

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

 a { background-color: rgb(114,112,54); }

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

border-color css

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

 span { border-color: rgb(114,112,54); }

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