#5F8264

Color #5F8264 Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #5F8264

Tints of Laurel #5F8264

Color information

#5F8264 (or 0x5F8264) is unknown color: approx Laurel. HEX triplet: 5F, 82 and 64. RGB value is (95,130,100). Sum of RGB (Red+Green+Blue) = 95+130+100=325 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.23% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 130 - color contains mainly: green. Hex color #5F8264 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8264 is #A07D9B. Grayscale: #747474. Windows color (decimal): -10517916 or 6586975. OLE color: 6586975.

HSL color Cylindrical-coordinate representation of color #5F8264: hue angle of 128.57º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F8264 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB95130100-
CMYK0.2700.230.49
HSL128.57º15.56%44.12%-
HSV(B)128.57º26.92%50.98%-
XYZ1519.3214.99-
YUV116.12118.9112.94-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.23%
GREEN value IS 130 (51.17% from 255) = 40%
BLUE value IS 100 (39.45% from 255) = 30.77%
R=29.23%
G=40%
B=30.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal951301000.2700.230.49128.5715.5644.12
Hex5F82641B0173181102c
Octal13720214433027612012054
Binary1011111100000101100100110110101111100011000000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F8264; }

 p { color: rgb(95,130,100); }

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

<style>
 a { background-color: #5F8264; }

 a { background-color: rgb(95,130,100); }

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

<style>
 span { border-color: #5F8264; }

 span { border-color: rgb(95,130,100); }

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