#5A9262

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

Shades of Laurel #5A9262

Tints of Laurel #5A9262

Color information

#5A9262 (or 0x5A9262) is unknown color: approx Laurel. HEX triplet: 5A, 92 and 62. RGB value is (90,146,98). Sum of RGB (Red+Green+Blue) = 90+146+98=334 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.95% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 146 - color contains mainly: green. Hex color #5A9262 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9262 is #A56D9D. Grayscale: #7B7B7B. Windows color (decimal): -10841502 or 6459994. OLE color: 6459994.

HSL color Cylindrical-coordinate representation of color #5A9262: hue angle of 128.57º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A9262 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB9014698-
CMYK0.3800.330.43
HSL128.57º23.73%46.27%-
HSV(B)128.57º38.36%57.25%-
XYZ16.723.6115.23-
YUV123.78113.45103.9-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.95%
GREEN value IS 146 (57.42% from 255) = 43.71%
BLUE value IS 98 (38.67% from 255) = 29.34%
R=26.95%
G=43.71%
B=29.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal90146980.3800.330.43128.5723.7346.27
Hex5A9262260212B81182e
Octal13222214246041532013056
Binary101101010010010110001010011001000011010111000000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,146,98); }

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

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

 a { background-color: rgb(90,146,98); }

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

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

 span { border-color: rgb(90,146,98); }

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