#5E9269

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

Shades of Laurel #5E9269

Tints of Laurel #5E9269

Color information

#5E9269 (or 0x5E9269) is unknown color: approx Laurel. HEX triplet: 5E, 92 and 69. RGB value is (94,146,105). Sum of RGB (Red+Green+Blue) = 94+146+105=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 146 - color contains mainly: green. Hex color #5E9269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9269 is #A16D96. Grayscale: #7D7D7D. Windows color (decimal): -10579351 or 6918750. OLE color: 6918750.

HSL color Cylindrical-coordinate representation of color #5E9269: hue angle of 132.69º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E9269 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB94146105-
CMYK0.3600.280.43
HSL132.69º21.67%47.06%-
HSV(B)132.69º35.62%57.25%-
XYZ17.4423.9617.07-
YUV125.78116.27105.33-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.25%
GREEN value IS 146 (57.42% from 255) = 42.32%
BLUE value IS 105 (41.41% from 255) = 30.43%
R=27.25%
G=42.32%
B=30.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal941461050.3600.280.43132.6921.6747.06
Hex5E92692401C2B85162f
Octal13622215144034532052657
Binary10111101001001011010011001000111001010111000010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,146,105); }

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

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

 a { background-color: rgb(94,146,105); }

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

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

 span { border-color: rgb(94,146,105); }

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