Html Css Color HEX #05726E Pine Green

📋 copy color: '#05726E'

red 5 ◦ green 114 ◦ blue 110

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

Shades of Pine Green #05726E

Tints of Pine Green #05726E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.78%

 BLUE value IS 110 (43.36% from 255) = 48.03%

R = 2.18%
G = 49.78%
B = 48.03%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#05726E (or 0x05726E) is known color: Pine Green. HEX triplet: 05, 72 and 6E. RGB value is (5,114,110). Sum of RGB (Red+Green+Blue) = 5+114+110=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #05726E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05726E is #FA8D91. Grayscale: #505050. Windows color (decimal): -16420242 or 7238149. OLE color: 7238149.

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

Color convert

RGB 5 114 110 -
CMYK 0.96 0 0.04 0.55
HSL 177.8º 0.92% 0.23% -
HSV(B) 177.8º 0.96% 0.45% -
XYZ 8.89 13.19 16.83 -
YUV 80.95 144.39 73.83 -
System Red Green Blue C M Y K H S L
Decimal 5 114 110 0.96 0 0.04 0.55 177.8 0.92 0.23
Hex 5 72 6E 60 0 4 37 B2 5C 17
Octal 5 162 156 140 0 4 67 262 134 27
Binary 101 1110010 1101110 1100000 0 100 110111 10110010 1011100 10111

Color Harmonies of #05726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05726E

Black with #05726E

Text Example


Text Example

White with #05726E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05726E; }

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

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

background-color css

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

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

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

border-color css

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

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

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