#037572

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

Shades of Pine Green #037572

Tints of Pine Green #037572

Color information

#037572 (or 0x037572) is unknown color: approx Pine Green. HEX triplet: 03, 75 and 72. RGB value is (3,117,114). Sum of RGB (Red+Green+Blue) = 3+117+114=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 117 (46.09% from 255 or 50% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 117 - color contains mainly: green. Hex color #037572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037572 is #FC8A8D. Grayscale: #525252. Windows color (decimal): -16550542 or 7501059. OLE color: 7501059.

HSL color Cylindrical-coordinate representation of color #037572: hue angle of 178.42º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #037572 is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB3117114-
CMYK0.9700.030.54
HSL178.42º95%23.53%-
HSV(B)178.42º97.44%45.88%-
XYZ9.4413.9618.12-
YUV82.57145.7371.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.28%
GREEN value IS 117 (46.09% from 255) = 50%
BLUE value IS 114 (44.92% from 255) = 48.72%
R=1.28%
G=50%
B=48.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31171140.9700.030.54178.429523.53
Hex37572610336b25f18
Octal3165162141036626213730
Binary1111101011110010110000101111011010110010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037572; }

 p { color: rgb(3,117,114); }

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

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

 a { background-color: rgb(3,117,114); }

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

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

 span { border-color: rgb(3,117,114); }

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