#057266

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

Shades of Pine Green #057266

Tints of Pine Green #057266

Color information

#057266 (or 0x057266) is unknown color: approx Pine Green. HEX triplet: 05, 72 and 66. RGB value is (5,114,102). Sum of RGB (Red+Green+Blue) = 5+114+102=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 114 (44.92% from 255 or 51.58% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 114 - color contains mainly: green. Hex color #057266 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057266 is #FA8D99. Grayscale: #4F4F4F. Windows color (decimal): -16420250 or 6713861. OLE color: 6713861.

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

Color convert

RGB5114102-
CMYK0.9600.110.55
HSL173.39º91.6%23.33%-
HSV(B)173.39º95.61%44.71%-
XYZ8.4813.0314.64-
YUV80.04140.3974.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.26%
GREEN value IS 114 (44.92% from 255) = 51.58%
BLUE value IS 102 (40.23% from 255) = 46.15%
R=2.26%
G=51.58%
B=46.15%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51141020.9600.110.55173.3991.623.33
Hex57266600B37ad5c17
Octal51621461400136725513427
Binary1011110010110011011000000101111011110101101101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057266; }

 p { color: rgb(5,114,102); }

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

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

 a { background-color: rgb(5,114,102); }

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

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

 span { border-color: rgb(5,114,102); }

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