#62836A

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

Shades of Laurel #62836A

Tints of Laurel #62836A

Color information

#62836A (or 0x62836A) is unknown color: approx Laurel. HEX triplet: 62, 83 and 6A. RGB value is (98,131,106). Sum of RGB (Red+Green+Blue) = 98+131+106=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 131 - color contains mainly: green. Hex color #62836A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62836A is #9D7C95. Grayscale: #767676. Windows color (decimal): -10321046 or 6980450. OLE color: 6980450.

HSL color Cylindrical-coordinate representation of color #62836A: hue angle of 134.55º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #62836A is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB98131106-
CMYK0.2500.190.49
HSL134.55º14.41%44.9%-
HSV(B)134.55º25.19%51.37%-
XYZ15.7519.8716.64-
YUV118.28121.07113.53-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.25%
GREEN value IS 131 (51.56% from 255) = 39.10%
BLUE value IS 106 (41.80% from 255) = 31.64%
R=29.25%
G=39.10%
B=31.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal981311060.2500.190.49134.5514.4144.9
Hex62836A190133187e2d
Octal14220315231023612071655
Binary110001010000011110101011001010011110001100001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62836A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62836A; }

 p { color: rgb(98,131,106); }

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

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

 a { background-color: rgb(98,131,106); }

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

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

 span { border-color: rgb(98,131,106); }

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