Html Css Color HEX #55751A Green Leaf

📋 copy color: '#55751A'

red 85 ◦ green 117 ◦ blue 26

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

Shades of Green Leaf #55751A

Tints of Green Leaf #55751A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.4%

R = 37.28%
G = 51.32%
B = 11.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#55751A (or 0x55751A) is known color: Green Leaf. HEX triplet: 55, 75 and 1A. RGB value is (85,117,26). Sum of RGB (Red+Green+Blue) = 85+117+26=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 117 (46.09% from 255 or 51.32% from 228); Blue value is 26 (10.55% from 255 or 11.40% from 228); Max value from RGB is 117 - color contains mainly: green. Hex color #55751A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55751A is #AA8AE5. Grayscale: #616161. Windows color (decimal): -11176678 or 1733973. OLE color: 1733973.

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

Color convert

RGB 85 117 26 -
CMYK 0.27 0 0.78 0.54
HSL 81.1º 0.64% 0.28% -
HSV(B) 81.1º 0.78% 0.46% -
XYZ 10.29 14.73 3.28 -
YUV 97.06 87.9 119.4 -
System Red Green Blue C M Y K H S L
Decimal 85 117 26 0.27 0 0.78 0.54 81.1 0.64 0.28
Hex 55 75 1A 1B 0 4E 36 51 40 1C
Octal 125 165 32 33 0 116 66 121 100 34
Binary 1010101 1110101 11010 11011 0 1001110 110110 1010001 1000000 11100

Color Harmonies of #55751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55751A

Black with #55751A

Text Example


Text Example

White with #55751A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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