Html Css Color HEX #55751B Green Leaf

📋 copy color: '#55751B'

red 85 ◦ green 117 ◦ blue 27

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

Shades of Green Leaf #55751B

Tints of Green Leaf #55751B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.79%

R = 37.12%
G = 51.09%
B = 11.79%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#55751B (or 0x55751B) is known color: Green Leaf. HEX triplet: 55, 75 and 1B. RGB value is (85,117,27). Sum of RGB (Red+Green+Blue) = 85+117+27=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 27 (10.94% from 255 or 11.79% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #55751B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55751B is #AA8AE4. Grayscale: #616161. Windows color (decimal): -11176677 or 1799509. OLE color: 1799509.

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

Color convert

RGB 85 117 27 -
CMYK 0.27 0 0.77 0.54
HSL 81.33º 0.63% 0.28% -
HSV(B) 81.33º 0.77% 0.46% -
XYZ 10.31 14.73 3.34 -
YUV 97.17 88.4 119.32 -
System Red Green Blue C M Y K H S L
Decimal 85 117 27 0.27 0 0.77 0.54 81.33 0.63 0.28
Hex 55 75 1B 1B 0 4D 36 51 3E 1C
Octal 125 165 33 33 0 115 66 121 76 34
Binary 1010101 1110101 11011 11011 0 1001101 110110 1010001 111110 11100

Color Harmonies of #55751B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55751B

Black with #55751B

Text Example


Text Example

White with #55751B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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