Html Css Color HEX #147574 Pine Green

📋 copy color: '#147574'

red 20 ◦ green 117 ◦ blue 116

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

Shades of Pine Green #147574

Tints of Pine Green #147574

RGB

 RED value IS 20 (8.2% from 255) = 7.91%

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

 BLUE value IS 116 (45.7% from 255) = 45.85%

R = 7.91%
G = 46.25%
B = 45.85%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#147574 (or 0x147574) is known color: Pine Green. HEX triplet: 14, 75 and 74. RGB value is (20,117,116). Sum of RGB (Red+Green+Blue) = 20+117+116=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 117 - color contains mainly: green. Hex color #147574 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147574 is #EB8A8B. Grayscale: #575757. Windows color (decimal): -15436428 or 7632148. OLE color: 7632148.

HSL color Cylindrical-coordinate representation of color #147574: hue angle of 179.38º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147574 is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 117 116 -
CMYK 0.83 0 0.01 0.54
HSL 179.38º 0.71% 0.27% -
HSV(B) 179.38º 0.83% 0.46% -
XYZ 9.8 14.13 18.73 -
YUV 87.88 143.86 79.58 -
System Red Green Blue C M Y K H S L
Decimal 20 117 116 0.83 0 0.01 0.54 179.38 0.71 0.27
Hex 14 75 74 53 0 1 36 B3 47 1B
Octal 24 165 164 123 0 1 66 263 107 33
Binary 10100 1110101 1110100 1010011 0 1 110110 10110011 1000111 11011

Color Harmonies of #147574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147574

Black with #147574

Text Example


Text Example

White with #147574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147574; }

 p { color: rgb(20,117,116); }

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

background-color css

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

 a { background-color: rgb(20,117,116); }

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

border-color css

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

 span { border-color: rgb(20,117,116); }

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