#036240

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

Shades of Jewel #036240

Tints of Jewel #036240

Color information

#036240 (or 0x036240) is unknown color: approx Jewel. HEX triplet: 03, 62 and 40. RGB value is (3,98,64). Sum of RGB (Red+Green+Blue) = 3+98+64=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 98 (38.67% from 255 or 59.39% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 98 - color contains mainly: green. Hex color #036240 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036240 is #FC9DBF. Grayscale: #414141. Windows color (decimal): -16555456 or 4219395. OLE color: 4219395.

HSL color Cylindrical-coordinate representation of color #036240: hue angle of 158.53º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036240 is Cyan = 0.97, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB39864-
CMYK0.9700.350.62
HSL158.53º94.06%19.8%-
HSV(B)158.53º96.94%38.43%-
XYZ5.339.126.33-
YUV65.72127.0383.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.82%
GREEN value IS 98 (38.67% from 255) = 59.39%
BLUE value IS 64 (25.39% from 255) = 38.79%
R=1.82%
G=59.39%
B=38.79%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal398640.9700.350.62158.5394.0619.8
Hex36240610233E9f5e14
Octal31421001410437623713624
Binary11110001010000001100001010001111111010011111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036240; }

 p { color: rgb(3,98,64); }

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

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

 a { background-color: rgb(3,98,64); }

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

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

 span { border-color: rgb(3,98,64); }

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