Html Css Color HEX #557928 Green Leaf

📋 copy color: '#557928'

red 85 ◦ green 121 ◦ blue 40

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

Shades of Green Leaf #557928

Tints of Green Leaf #557928

RGB

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

 GREEN value IS 121 (47.66% from 255) = 49.19%

 BLUE value IS 40 (16.02% from 255) = 16.26%

R = 34.55%
G = 49.19%
B = 16.26%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#557928 (or 0x557928) is known color: Green Leaf. HEX triplet: 55, 79 and 28. RGB value is (85,121,40). Sum of RGB (Red+Green+Blue) = 85+121+40=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 121 (47.66% from 255 or 49.19% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 121 - color contains mainly: green. Hex color #557928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557928 is #AA86D7. Grayscale: #656565. Windows color (decimal): -11175640 or 2652501. OLE color: 2652501.

HSL color Cylindrical-coordinate representation of color #557928: hue angle of 86.67º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #557928 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 121 40 -
CMYK 0.30 0 0.67 0.53
HSL 86.67º 0.5% 0.32% -
HSV(B) 86.67º 0.67% 0.47% -
XYZ 10.97 15.76 4.47 -
YUV 101 93.57 116.59 -
System Red Green Blue C M Y K H S L
Decimal 85 121 40 0.30 0 0.67 0.53 86.67 0.5 0.32
Hex 55 79 28 1E 0 43 35 57 32 20
Octal 125 171 50 36 0 103 65 127 62 40
Binary 1010101 1111001 101000 11110 0 1000011 110101 1010111 110010 100000

Color Harmonies of #557928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557928

Black with #557928

Text Example


Text Example

White with #557928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557928; }

 p { color: rgb(85,121,40); }

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

background-color css

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

 a { background-color: rgb(85,121,40); }

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

border-color css

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

 span { border-color: rgb(85,121,40); }

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