Html Css Color HEX #557D17 Green Leaf

📋 copy color: '#557D17'

red 85 ◦ green 125 ◦ blue 23

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

Shades of Green Leaf #557D17

Tints of Green Leaf #557D17

RGB

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

 GREEN value IS 125 (49.22% from 255) = 53.65%

 BLUE value IS 23 (9.38% from 255) = 9.87%

R = 36.48%
G = 53.65%
B = 9.87%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#557D17 (or 0x557D17) is known color: Green Leaf. HEX triplet: 55, 7D and 17. RGB value is (85,125,23). Sum of RGB (Red+Green+Blue) = 85+125+23=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 125 (49.22% from 255 or 53.65% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 125 - color contains mainly: green. Hex color #557D17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557D17 is #AA82E8. Grayscale: #656565. Windows color (decimal): -11174633 or 1539413. OLE color: 1539413.

HSL color Cylindrical-coordinate representation of color #557D17: hue angle of 83.53º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #557D17 is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 125 23 -
CMYK 0.32 0 0.82 0.51
HSL 83.53º 0.69% 0.29% -
HSV(B) 83.53º 0.82% 0.49% -
XYZ 11.23 16.66 3.43 -
YUV 101.41 83.75 116.29 -
System Red Green Blue C M Y K H S L
Decimal 85 125 23 0.32 0 0.82 0.51 83.53 0.69 0.29
Hex 55 7D 17 20 0 52 33 54 45 1D
Octal 125 175 27 40 0 122 63 124 105 35
Binary 1010101 1111101 10111 100000 0 1010010 110011 1010100 1000101 11101

Color Harmonies of #557D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557D17

Black with #557D17

Text Example


Text Example

White with #557D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,125,23); }

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

background-color css

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

 a { background-color: rgb(85,125,23); }

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

border-color css

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

 span { border-color: rgb(85,125,23); }

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