#037C6A

Color #037C6A Pine Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Green #037C6A

Tints of Pine Green #037C6A

Color information

#037C6A (or 0x037C6A) is unknown color: approx Pine Green. HEX triplet: 03, 7C and 6A. RGB value is (3,124,106). Sum of RGB (Red+Green+Blue) = 3+124+106=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 124 (48.83% from 255 or 53.22% from 233); Blue value is 106 (41.80% from 255 or 45.49% from 233); Max value from RGB is 124 - color contains mainly: green. Hex color #037C6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037C6A is #FC8395. Grayscale: #555555. Windows color (decimal): -16548758 or 6978563. OLE color: 6978563.

HSL color Cylindrical-coordinate representation of color #037C6A: hue angle of 171.07º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037C6A is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB3124106-
CMYK0.9800.150.51
HSL171.07º95.28%24.9%-
HSV(B)171.07º97.58%48.63%-
XYZ9.8515.4816.1-
YUV85.77139.4168.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.29%
GREEN value IS 124 (48.83% from 255) = 53.22%
BLUE value IS 106 (41.80% from 255) = 45.49%
R=1.29%
G=53.22%
B=45.49%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal31241060.9800.150.51171.0795.2824.9
Hex37C6A620F33ab5f19
Octal31741521420176325313731
Binary111111100110101011000100111111001110101011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037C6A; }

 p { color: rgb(3,124,106); }

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

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

 a { background-color: rgb(3,124,106); }

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

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

 span { border-color: rgb(3,124,106); }

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