Html Css Color HEX #55751E Green Leaf

📋 copy color: '#55751E'

red 85 ◦ green 117 ◦ blue 30

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

Shades of Green Leaf #55751E

Tints of Green Leaf #55751E

RGB

 RED value IS 85 (33.59% from 255) = 36.64%

 GREEN value IS 117 (46.09% from 255) = 50.43%

 BLUE value IS 30 (12.11% from 255) = 12.93%

R = 36.64%
G = 50.43%
B = 12.93%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#55751E (or 0x55751E) is known color: Green Leaf. HEX triplet: 55, 75 and 1E. RGB value is (85,117,30). Sum of RGB (Red+Green+Blue) = 85+117+30=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #55751E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55751E is #AA8AE1. Grayscale: #616161. Windows color (decimal): -11176674 or 1996117. OLE color: 1996117.

HSL color Cylindrical-coordinate representation of color #55751E: hue angle of 82.07º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55751E is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 117 30 -
CMYK 0.27 0 0.74 0.54
HSL 82.07º 0.59% 0.29% -
HSV(B) 82.07º 0.74% 0.46% -
XYZ 10.34 14.75 3.53 -
YUV 97.51 89.9 119.07 -
System Red Green Blue C M Y K H S L
Decimal 85 117 30 0.27 0 0.74 0.54 82.07 0.59 0.29
Hex 55 75 1E 1B 0 4A 36 52 3B 1D
Octal 125 165 36 33 0 112 66 122 73 35
Binary 1010101 1110101 11110 11011 0 1001010 110110 1010010 111011 11101

Color Harmonies of #55751E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55751E

Black with #55751E

Text Example


Text Example

White with #55751E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55751E; }

 p { color: rgb(85,117,30); }

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

background-color css

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

 a { background-color: rgb(85,117,30); }

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

border-color css

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

 span { border-color: rgb(85,117,30); }

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