Html Css Color HEX #557C2C Green Leaf

📋 copy color: '#557C2C'

red 85 ◦ green 124 ◦ blue 44

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

Shades of Green Leaf #557C2C

Tints of Green Leaf #557C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.39%

R = 33.6%
G = 49.01%
B = 17.39%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#557C2C (or 0x557C2C) is known color: Green Leaf. HEX triplet: 55, 7C and 2C. RGB value is (85,124,44). Sum of RGB (Red+Green+Blue) = 85+124+44=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 124 (48.83% from 255 or 49.01% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 124 - color contains mainly: green. Hex color #557C2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557C2C is #AA83D3. Grayscale: #676767. Windows color (decimal): -11174868 or 2915413. OLE color: 2915413.

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

Color convert

RGB 85 124 44 -
CMYK 0.31 0 0.65 0.51
HSL 89.25º 0.48% 0.33% -
HSV(B) 89.25º 0.65% 0.49% -
XYZ 11.41 16.53 4.97 -
YUV 103.22 94.58 115 -
System Red Green Blue C M Y K H S L
Decimal 85 124 44 0.31 0 0.65 0.51 89.25 0.48 0.33
Hex 55 7C 2C 1F 0 41 33 59 30 21
Octal 125 174 54 37 0 101 63 131 60 41
Binary 1010101 1111100 101100 11111 0 1000001 110011 1011001 110000 100001

Color Harmonies of #557C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557C2C

Black with #557C2C

Text Example


Text Example

White with #557C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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