Html Css Color HEX #057568 Pine Green

📋 copy color: '#057568'

red 5 ◦ green 117 ◦ blue 104

#057568
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Green #057568

Tints of Pine Green #057568

RGB

 RED value IS 5 (2.34% from 255) = 2.21%

 GREEN value IS 117 (46.09% from 255) = 51.77%

 BLUE value IS 104 (41.02% from 255) = 46.02%

R = 2.21%
G = 51.77%
B = 46.02%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#057568 (or 0x057568) is known color: Pine Green. HEX triplet: 05, 75 and 68. RGB value is (5,117,104). Sum of RGB (Red+Green+Blue) = 5+117+104=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 117 (46.09% from 255 or 51.77% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 117 - color contains mainly: green. Hex color #057568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057568 is #FA8A97. Grayscale: #515151. Windows color (decimal): -16419480 or 6845701. OLE color: 6845701.

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

Color convert

RGB 5 117 104 -
CMYK 0.96 0 0.11 0.54
HSL 173.04º 0.92% 0.24% -
HSV(B) 173.04º 0.96% 0.46% -
XYZ 8.92 13.75 15.28 -
YUV 82.03 140.39 73.06 -
System Red Green Blue C M Y K H S L
Decimal 5 117 104 0.96 0 0.11 0.54 173.04 0.92 0.24
Hex 5 75 68 60 0 B 36 AD 5C 18
Octal 5 165 150 140 0 13 66 255 134 30
Binary 101 1110101 1101000 1100000 0 1011 110110 10101101 1011100 11000

Color Harmonies of #057568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057568

Black with #057568

Text Example


Text Example

White with #057568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057568; }

 p { color: rgb(5,117,104); }

 H1.HeaderClassName
 {
   color: #057568;
 }
 .AnyTagClassName
 {
   color: #057568;
 }
</style>

background-color css

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

 a { background-color: rgb(5,117,104); }

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

border-color css

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

 span { border-color: rgb(5,117,104); }

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