Html Css Color HEX #727236 Crete

📋 copy color: '#727236'

red 114 ◦ green 114 ◦ blue 54

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

Shades of Crete #727236

Tints of Crete #727236

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.43%

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

R = 40.43%
G = 40.43%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#727236 (or 0x727236) is known color: Crete. HEX triplet: 72, 72 and 36. RGB value is (114,114,54). Sum of RGB (Red+Green+Blue) = 114+114+54=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 114 - color contains mainly: red, green. Hex color #727236 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727236 is #8D8DC9. Grayscale: #6B6B6B. Windows color (decimal): -9276874 or 3568242. OLE color: 3568242.

HSL color Cylindrical-coordinate representation of color #727236: hue angle of 60º 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 #727236 is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 114 54 -
CMYK 0 0 0.53 0.55
HSL 60º 0.36% 0.33% -
HSV(B) 60º 0.53% 0.45% -
XYZ 13.62 15.88 5.84 -
YUV 107.16 98 132.88 -
System Red Green Blue C M Y K H S L
Decimal 114 114 54 0 0 0.53 0.55 60 0.36 0.33
Hex 72 72 36 0 0 35 37 3C 24 21
Octal 162 162 66 0 0 65 67 74 44 41
Binary 1110010 1110010 110110 0 0 110101 110111 111100 100100 100001

Color Harmonies of #727236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727236

Black with #727236

Text Example


Text Example

White with #727236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727236; }

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

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

background-color css

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

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

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

border-color css

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

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

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