#5F9364

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

Shades of Laurel #5F9364

Tints of Laurel #5F9364

Color information

#5F9364 (or 0x5F9364) is unknown color: approx Laurel. HEX triplet: 5F, 93 and 64. RGB value is (95,147,100). Sum of RGB (Red+Green+Blue) = 95+147+100=342 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.78% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 147 - color contains mainly: green. Hex color #5F9364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9364 is #A06C9B. Grayscale: #7E7E7E. Windows color (decimal): -10513564 or 6591327. OLE color: 6591327.

HSL color Cylindrical-coordinate representation of color #5F9364: hue angle of 125.77º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F9364 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB95147100-
CMYK0.3500.320.42
HSL125.77º21.49%47.45%-
HSV(B)125.77º35.37%57.65%-
XYZ17.4524.2215.81-
YUV126.09113.27105.82-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.78%
GREEN value IS 147 (57.81% from 255) = 42.98%
BLUE value IS 100 (39.45% from 255) = 29.24%
R=27.78%
G=42.98%
B=29.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal951471000.3500.320.42125.7721.4947.45
Hex5F9364230202A7e152f
Octal13722314443040521762557
Binary10111111001001111001001000110100000101010111111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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