#557B1F

Color #557B1F Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #557B1F

Tints of Green Leaf #557B1F

Color information

#557B1F (or 0x557B1F) is unknown color: approx Green Leaf. HEX triplet: 55, 7B and 1F. RGB value is (85,123,31). Sum of RGB (Red+Green+Blue) = 85+123+31=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 123 (48.44% from 255 or 51.46% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 123 - color contains mainly: green. Hex color #557B1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557B1F is #AA84E0. Grayscale: #656565. Windows color (decimal): -11175137 or 2063189. OLE color: 2063189.

HSL color Cylindrical-coordinate representation of color #557B1F: hue angle of 84.78º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #557B1F is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.52.

Color convert

RGB8512331-
CMYK0.3100.750.52
HSL84.78º59.74%30.2%-
HSV(B)84.78º74.8%48.24%-
XYZ11.0816.23.84-
YUV101.1588.41116.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.56%
GREEN value IS 123 (48.44% from 255) = 51.46%
BLUE value IS 31 (12.5% from 255) = 12.97%
R=35.56%
G=51.46%
B=12.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85123310.3100.750.5284.7859.7430.2
Hex557B1F1F04B34553c1e
Octal12517337370113641257436
Binary10101011111011111111111101001011110100101010111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,123,31); }

 H1.HeaderClassName
 {
   color: #557B1F;
 }
 .AnyTagClassName
 {
   color: #557B1F;
 }
</style>
background-color css

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

 a { background-color: rgb(85,123,31); }

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

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

 span { border-color: rgb(85,123,31); }

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