Html Css Color HEX #557C23 Green Leaf

📋 copy color: '#557C23'

red 85 ◦ green 124 ◦ blue 35

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

Shades of Green Leaf #557C23

Tints of Green Leaf #557C23

RGB

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

 GREEN value IS 124 (48.83% from 255) = 50.82%

 BLUE value IS 35 (14.06% from 255) = 14.34%

R = 34.84%
G = 50.82%
B = 14.34%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.72

 K value IS 0.51

RGB Variations

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

Color information

#557C23 (or 0x557C23) is known color: Green Leaf. HEX triplet: 55, 7C and 23. RGB value is (85,124,35). Sum of RGB (Red+Green+Blue) = 85+124+35=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 124 (48.83% from 255 or 50.82% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 124 - color contains mainly: green. Hex color #557C23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557C23 is #AA83DC. Grayscale: #666666. Windows color (decimal): -11174877 or 2325589. OLE color: 2325589.

HSL color Cylindrical-coordinate representation of color #557C23: hue angle of 86.29º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #557C23 is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 124 35 -
CMYK 0.31 0 0.72 0.51
HSL 86.29º 0.56% 0.31% -
HSV(B) 86.29º 0.72% 0.49% -
XYZ 11.26 16.47 4.18 -
YUV 102.19 90.08 115.74 -
System Red Green Blue C M Y K H S L
Decimal 85 124 35 0.31 0 0.72 0.51 86.29 0.56 0.31
Hex 55 7C 23 1F 0 48 33 56 38 1F
Octal 125 174 43 37 0 110 63 126 70 37
Binary 1010101 1111100 100011 11111 0 1001000 110011 1010110 111000 11111

Color Harmonies of #557C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557C23

Black with #557C23

Text Example


Text Example

White with #557C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,124,35); }

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

background-color css

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

 a { background-color: rgb(85,124,35); }

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

border-color css

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

 span { border-color: rgb(85,124,35); }

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