Html Css Color HEX #55741B Green Leaf

📋 copy color: '#55741B'

red 85 ◦ green 116 ◦ blue 27

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

Shades of Green Leaf #55741B

Tints of Green Leaf #55741B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 50.88%

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

R = 37.28%
G = 50.88%
B = 11.84%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#55741B (or 0x55741B) is known color: Green Leaf. HEX triplet: 55, 74 and 1B. RGB value is (85,116,27). Sum of RGB (Red+Green+Blue) = 85+116+27=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 116 (45.70% from 255 or 50.88% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 116 - color contains mainly: green. Hex color #55741B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55741B is #AA8BE4. Grayscale: #606060. Windows color (decimal): -11176933 or 1799253. OLE color: 1799253.

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

Color convert

RGB 85 116 27 -
CMYK 0.27 0 0.77 0.55
HSL 80.9º 0.62% 0.28% -
HSV(B) 80.9º 0.77% 0.45% -
XYZ 10.19 14.5 3.3 -
YUV 96.59 88.73 119.74 -
System Red Green Blue C M Y K H S L
Decimal 85 116 27 0.27 0 0.77 0.55 80.9 0.62 0.28
Hex 55 74 1B 1B 0 4D 37 51 3E 1C
Octal 125 164 33 33 0 115 67 121 76 34
Binary 1010101 1110100 11011 11011 0 1001101 110111 1010001 111110 11100

Color Harmonies of #55741B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55741B

Black with #55741B

Text Example


Text Example

White with #55741B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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