Html Css Color HEX #057469 Pine Green

📋 copy color: '#057469'

red 5 ◦ green 116 ◦ blue 105

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

Shades of Pine Green #057469

Tints of Pine Green #057469

RGB

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

 GREEN value IS 116 (45.7% from 255) = 51.33%

 BLUE value IS 105 (41.41% from 255) = 46.46%

R = 2.21%
G = 51.33%
B = 46.46%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#057469 (or 0x057469) is known color: Pine Green. HEX triplet: 05, 74 and 69. RGB value is (5,116,105). Sum of RGB (Red+Green+Blue) = 5+116+105=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 116 (45.70% from 255 or 51.33% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 116 - color contains mainly: green. Hex color #057469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057469 is #FA8B96. Grayscale: #515151. Windows color (decimal): -16419735 or 6910981. OLE color: 6910981.

HSL color Cylindrical-coordinate representation of color #057469: hue angle of 174.05º 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 #057469 is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 116 105 -
CMYK 0.96 0 0.09 0.55
HSL 174.05º 0.92% 0.24% -
HSV(B) 174.05º 0.96% 0.45% -
XYZ 8.86 13.54 15.51 -
YUV 81.56 141.23 73.39 -
System Red Green Blue C M Y K H S L
Decimal 5 116 105 0.96 0 0.09 0.55 174.05 0.92 0.24
Hex 5 74 69 60 0 9 37 AE 5C 18
Octal 5 164 151 140 0 11 67 256 134 30
Binary 101 1110100 1101001 1100000 0 1001 110111 10101110 1011100 11000

Color Harmonies of #057469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057469

Black with #057469

Text Example


Text Example

White with #057469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057469; }

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

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

background-color css

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

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

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

border-color css

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

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

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