#05746C

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

Shades of Pine Green #05746C

Tints of Pine Green #05746C

Color information

#05746C (or 0x05746C) is unknown color: approx Pine Green. HEX triplet: 05, 74 and 6C. RGB value is (5,116,108). Sum of RGB (Red+Green+Blue) = 5+116+108=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 116 (45.70% from 255 or 50.66% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 116 - color contains mainly: green. Hex color #05746C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05746C is #FA8B93. Grayscale: #515151. Windows color (decimal): -16419732 or 7107589. OLE color: 7107589.

HSL color Cylindrical-coordinate representation of color #05746C: hue angle of 175.68º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05746C is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB5116108-
CMYK0.9600.070.55
HSL175.68º91.74%23.73%-
HSV(B)175.68º95.69%45.49%-
XYZ9.0113.6116.34-
YUV81.9142.7373.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.18%
GREEN value IS 116 (45.70% from 255) = 50.66%
BLUE value IS 108 (42.58% from 255) = 47.16%
R=2.18%
G=50.66%
B=47.16%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51161080.9600.070.55175.6891.7423.73
Hex5746C600737b05c18
Octal5164154140076726013430
Binary101111010011011001100000011111011110110000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05746C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,116,108); }

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

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

 a { background-color: rgb(5,116,108); }

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

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

 span { border-color: rgb(5,116,108); }

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