#036340

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

Shades of Jewel #036340

Tints of Jewel #036340

Color information

#036340 (or 0x036340) is unknown color: approx Jewel. HEX triplet: 03, 63 and 40. RGB value is (3,99,64). Sum of RGB (Red+Green+Blue) = 3+99+64=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 99 (39.06% from 255 or 59.64% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 99 - color contains mainly: green. Hex color #036340 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036340 is #FC9CBF. Grayscale: #424242. Windows color (decimal): -16555200 or 4219651. OLE color: 4219651.

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

Color convert

RGB39964-
CMYK0.9700.350.61
HSL158.12º94.12%20%-
HSV(B)158.12º96.97%38.82%-
XYZ5.429.316.36-
YUV66.31126.782.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.81%
GREEN value IS 99 (39.06% from 255) = 59.64%
BLUE value IS 64 (25.39% from 255) = 38.55%
R=1.81%
G=59.64%
B=38.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal399640.9700.350.61158.1294.1220
Hex36340610233D9e5e14
Octal31431001410437523613624
Binary11110001110000001100001010001111110110011110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036340; }

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

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

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

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

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

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

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

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