Html Css Color HEX #557A25 Green Leaf

📋 copy color: '#557A25'

red 85 ◦ green 122 ◦ blue 37

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

Shades of Green Leaf #557A25

Tints of Green Leaf #557A25

RGB

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

 GREEN value IS 122 (48.05% from 255) = 50%

 BLUE value IS 37 (14.84% from 255) = 15.16%

R = 34.84%
G = 50%
B = 15.16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.70

 K value IS 0.52

RGB Variations

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

Color information

#557A25 (or 0x557A25) is known color: Green Leaf. HEX triplet: 55, 7A and 25. RGB value is (85,122,37). Sum of RGB (Red+Green+Blue) = 85+122+37=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 122 (48.05% from 255 or 50% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 122 - color contains mainly: green. Hex color #557A25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557A25 is #AA85DA. Grayscale: #656565. Windows color (decimal): -11175387 or 2456149. OLE color: 2456149.

HSL color Cylindrical-coordinate representation of color #557A25: hue angle of 86.12º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #557A25 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 122 37 -
CMYK 0.30 0 0.70 0.52
HSL 86.12º 0.53% 0.31% -
HSV(B) 86.12º 0.7% 0.48% -
XYZ 11.04 15.98 4.25 -
YUV 101.25 91.74 116.41 -
System Red Green Blue C M Y K H S L
Decimal 85 122 37 0.30 0 0.70 0.52 86.12 0.53 0.31
Hex 55 7A 25 1E 0 46 34 56 35 1F
Octal 125 172 45 36 0 106 64 126 65 37
Binary 1010101 1111010 100101 11110 0 1000110 110100 1010110 110101 11111

Color Harmonies of #557A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557A25

Black with #557A25

Text Example


Text Example

White with #557A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557A25; }

 p { color: rgb(85,122,37); }

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

background-color css

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

 a { background-color: rgb(85,122,37); }

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

border-color css

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

 span { border-color: rgb(85,122,37); }

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