Html Css Color HEX #557C2B Green Leaf

📋 copy color: '#557C2B'

red 85 ◦ green 124 ◦ blue 43

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

Shades of Green Leaf #557C2B

Tints of Green Leaf #557C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.06%

R = 33.73%
G = 49.21%
B = 17.06%

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

#557C2B (or 0x557C2B) is known color: Green Leaf. HEX triplet: 55, 7C and 2B. RGB value is (85,124,43). Sum of RGB (Red+Green+Blue) = 85+124+43=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 124 (48.83% from 255 or 49.21% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 124 - color contains mainly: green. Hex color #557C2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557C2B is #AA83D4. Grayscale: #676767. Windows color (decimal): -11174869 or 2849877. OLE color: 2849877.

HSL color Cylindrical-coordinate representation of color #557C2B: hue angle of 88.89º degrees, saturation: 0.49, 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 #557C2B is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 124 43 -
CMYK 0.31 0 0.65 0.51
HSL 88.89º 0.49% 0.33% -
HSV(B) 88.89º 0.65% 0.49% -
XYZ 11.39 16.52 4.87 -
YUV 103.11 94.08 115.09 -
System Red Green Blue C M Y K H S L
Decimal 85 124 43 0.31 0 0.65 0.51 88.89 0.49 0.33
Hex 55 7C 2B 1F 0 41 33 59 31 21
Octal 125 174 53 37 0 101 63 131 61 41
Binary 1010101 1111100 101011 11111 0 1000001 110011 1011001 110001 100001

Color Harmonies of #557C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557C2B

Black with #557C2B

Text Example


Text Example

White with #557C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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