Html Css Color HEX #557828 Green Leaf

📋 copy color: '#557828'

red 85 ◦ green 120 ◦ blue 40

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

Shades of Green Leaf #557828

Tints of Green Leaf #557828

RGB

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

 GREEN value IS 120 (47.27% from 255) = 48.98%

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

R = 34.69%
G = 48.98%
B = 16.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#557828 (or 0x557828) is known color: Green Leaf. HEX triplet: 55, 78 and 28. RGB value is (85,120,40). Sum of RGB (Red+Green+Blue) = 85+120+40=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #557828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557828 is #AA87D7. Grayscale: #646464. Windows color (decimal): -11175896 or 2652245. OLE color: 2652245.

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

Color convert

RGB 85 120 40 -
CMYK 0.29 0 0.67 0.53
HSL 86.25º 0.5% 0.31% -
HSV(B) 86.25º 0.67% 0.47% -
XYZ 10.85 15.52 4.43 -
YUV 100.42 93.9 117 -
System Red Green Blue C M Y K H S L
Decimal 85 120 40 0.29 0 0.67 0.53 86.25 0.5 0.31
Hex 55 78 28 1D 0 43 35 56 32 1F
Octal 125 170 50 35 0 103 65 126 62 37
Binary 1010101 1111000 101000 11101 0 1000011 110101 1010110 110010 11111

Color Harmonies of #557828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557828

Black with #557828

Text Example


Text Example

White with #557828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557828; }

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

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

background-color css

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

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

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

border-color css

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

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

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