#589264

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

Shades of Laurel #589264

Tints of Laurel #589264

Color information

#589264 (or 0x589264) is unknown color: approx Laurel. HEX triplet: 58, 92 and 64. RGB value is (88,146,100). Sum of RGB (Red+Green+Blue) = 88+146+100=334 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.35% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 146 - color contains mainly: green. Hex color #589264 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589264 is #A76D9B. Grayscale: #7B7B7B. Windows color (decimal): -10972572 or 6591064. OLE color: 6591064.

HSL color Cylindrical-coordinate representation of color #589264: hue angle of 132.41º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #589264 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB88146100-
CMYK0.4000.320.43
HSL132.41º24.79%45.88%-
HSV(B)132.41º39.73%57.25%-
XYZ16.623.5515.73-
YUV123.41114.78102.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.35%
GREEN value IS 146 (57.42% from 255) = 43.71%
BLUE value IS 100 (39.45% from 255) = 29.94%
R=26.35%
G=43.71%
B=29.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881461000.4000.320.43132.4124.7945.88
Hex589264280202B84192e
Octal13022214450040532043156
Binary101100010010010110010010100001000001010111000010011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589264; }

 p { color: rgb(88,146,100); }

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

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

 a { background-color: rgb(88,146,100); }

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

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

 span { border-color: rgb(88,146,100); }

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