#5A9467

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

Shades of Laurel #5A9467

Tints of Laurel #5A9467

Color information

#5A9467 (or 0x5A9467) is unknown color: approx Laurel. HEX triplet: 5A, 94 and 67. RGB value is (90,148,103). Sum of RGB (Red+Green+Blue) = 90+148+103=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 148 - color contains mainly: green. Hex color #5A9467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9467 is #A56B98. Grayscale: #7D7D7D. Windows color (decimal): -10840985 or 6788186. OLE color: 6788186.

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

Color convert

RGB90148103-
CMYK0.3900.300.42
HSL133.45º24.37%46.67%-
HSV(B)133.45º39.19%58.04%-
XYZ17.2524.3316.62-
YUV125.53115.28102.66-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.39%
GREEN value IS 148 (58.20% from 255) = 43.40%
BLUE value IS 103 (40.62% from 255) = 30.21%
R=26.39%
G=43.40%
B=30.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal901481030.3900.300.42133.4524.3746.67
Hex5A94672701E2A85182f
Octal13222414747036522053057
Binary10110101001010011001111001110111101010101000010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,148,103); }

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

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

 a { background-color: rgb(90,148,103); }

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

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

 span { border-color: rgb(90,148,103); }

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