#01736C

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

Shades of Pine Green #01736C

Tints of Pine Green #01736C

Color information

#01736C (or 0x01736C) is unknown color: approx Pine Green. HEX triplet: 01, 73 and 6C. RGB value is (1,115,108). Sum of RGB (Red+Green+Blue) = 1+115+108=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #01736C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01736C is #FE8C93. Grayscale: #505050. Windows color (decimal): -16682132 or 7107329. OLE color: 7107329.

HSL color Cylindrical-coordinate representation of color #01736C: hue angle of 176.32º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01736C is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB1115108-
CMYK0.9900.060.55
HSL176.32º98.28%22.75%-
HSV(B)176.32º99.13%45.1%-
XYZ8.8513.3516.3-
YUV80.12143.7371.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 115 (45.31% from 255) = 51.34%
BLUE value IS 108 (42.58% from 255) = 48.21%
R=0.45%
G=51.34%
B=48.21%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11151080.9900.060.55176.3298.2822.75
Hex1736C630637b06217
Octal1163154143066726014227
Binary1111001111011001100011011011011110110000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01736C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01736C; }

 p { color: rgb(1,115,108); }

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

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

 a { background-color: rgb(1,115,108); }

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

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

 span { border-color: rgb(1,115,108); }

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