Html Css Color HEX #14472E Zuccini

📋 copy color: '#14472E'

red 20 ◦ green 71 ◦ blue 46

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

Shades of Zuccini #14472E

Tints of Zuccini #14472E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 51.82%

 BLUE value IS 46 (18.36% from 255) = 33.58%

R = 14.6%
G = 51.82%
B = 33.58%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#14472E (or 0x14472E) is known color: Zuccini. HEX triplet: 14, 47 and 2E. RGB value is (20,71,46). Sum of RGB (Red+Green+Blue) = 20+71+46=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 71 (28.12% from 255 or 51.82% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 71 - color contains mainly: green. Hex color #14472E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14472E is #EBB8D1. Grayscale: #343434. Windows color (decimal): -15448274 or 3032852. OLE color: 3032852.

HSL color Cylindrical-coordinate representation of color #14472E: hue angle of 150.59º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #14472E is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 71 46 -
CMYK 0.72 0 0.35 0.72
HSL 150.59º 0.56% 0.18% -
HSV(B) 150.59º 0.72% 0.28% -
XYZ 3.03 4.85 3.36 -
YUV 52.9 124.1 104.53 -
System Red Green Blue C M Y K H S L
Decimal 20 71 46 0.72 0 0.35 0.72 150.59 0.56 0.18
Hex 14 47 2E 48 0 23 48 97 38 12
Octal 24 107 56 110 0 43 110 227 70 22
Binary 10100 1000111 101110 1001000 0 100011 1001000 10010111 111000 10010

Color Harmonies of #14472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14472E

Black with #14472E

Text Example


Text Example

White with #14472E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,71,46); }

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

background-color css

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

 a { background-color: rgb(20,71,46); }

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

border-color css

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

 span { border-color: rgb(20,71,46); }

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