#037140

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

Shades of Jewel #037140

Tints of Jewel #037140

Color information

#037140 (or 0x037140) is unknown color: approx Jewel. HEX triplet: 03, 71 and 40. RGB value is (3,113,64). Sum of RGB (Red+Green+Blue) = 3+113+64=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 113 (44.53% from 255 or 62.78% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 113 - color contains mainly: green. Hex color #037140 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #037140 is #FC8EBF. Grayscale: #4A4A4A. Windows color (decimal): -16551616 or 4223235. OLE color: 4223235.

HSL color Cylindrical-coordinate representation of color #037140: hue angle of 153.27º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #037140 is Cyan = 0.97, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB311364-
CMYK0.9700.430.56
HSL153.27º94.83%22.75%-
HSV(B)153.27º97.35%44.31%-
XYZ6.8712.26.84-
YUV74.52122.0676.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.67%
GREEN value IS 113 (44.53% from 255) = 62.78%
BLUE value IS 64 (25.39% from 255) = 35.56%
R=1.67%
G=62.78%
B=35.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3113640.9700.430.56153.2794.8322.75
Hex371406102B38995f17
Octal31611001410537023113727
Binary11111000110000001100001010101111100010011001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037140; }

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

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

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

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

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

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

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

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