#03756A

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

Shades of Pine Green #03756A

Tints of Pine Green #03756A

Color information

#03756A (or 0x03756A) is unknown color: approx Pine Green. HEX triplet: 03, 75 and 6A. RGB value is (3,117,106). Sum of RGB (Red+Green+Blue) = 3+117+106=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 117 (46.09% from 255 or 51.77% from 226); Blue value is 106 (41.80% from 255 or 46.90% from 226); Max value from RGB is 117 - color contains mainly: green. Hex color #03756A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03756A is #FC8A95. Grayscale: #515151. Windows color (decimal): -16550550 or 6976771. OLE color: 6976771.

HSL color Cylindrical-coordinate representation of color #03756A: hue angle of 174.21º 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 #03756A is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB3117106-
CMYK0.9700.090.54
HSL174.21º95%23.53%-
HSV(B)174.21º97.44%45.88%-
XYZ913.7815.82-
YUV81.66141.7371.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.33%
GREEN value IS 117 (46.09% from 255) = 51.77%
BLUE value IS 106 (41.80% from 255) = 46.90%
R=1.33%
G=51.77%
B=46.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31171060.9700.090.54174.219523.53
Hex3756A610936ae5f18
Octal31651521410116625613730
Binary111110101110101011000010100111011010101110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03756A; }

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

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

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

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

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

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

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

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