#62936C

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

Shades of Laurel #62936C

Tints of Laurel #62936C

Color information

#62936C (or 0x62936C) is unknown color: approx Laurel. HEX triplet: 62, 93 and 6C. RGB value is (98,147,108). Sum of RGB (Red+Green+Blue) = 98+147+108=353 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.76% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 147 - color contains mainly: green. Hex color #62936C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62936C is #9D6C93. Grayscale: #808080. Windows color (decimal): -10316948 or 7115618. OLE color: 7115618.

HSL color Cylindrical-coordinate representation of color #62936C: hue angle of 132.24º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #62936C is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB98147108-
CMYK0.3300.270.42
HSL132.24º20%48.04%-
HSV(B)132.24º33.33%57.65%-
XYZ18.1824.5517.97-
YUV127.9116.77106.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.76%
GREEN value IS 147 (57.81% from 255) = 41.64%
BLUE value IS 108 (42.58% from 255) = 30.59%
R=27.76%
G=41.64%
B=30.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal981471080.3300.270.42132.242048.04
Hex62936C2101B2A841430
Octal14222315441033522042460
Binary11000101001001111011001000010110111010101000010010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62936C; }

 p { color: rgb(98,147,108); }

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

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

 a { background-color: rgb(98,147,108); }

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

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

 span { border-color: rgb(98,147,108); }

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