Html Css Color HEX #14472C Zuccini

📋 copy color: '#14472C'

red 20 ◦ green 71 ◦ blue 44

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

Shades of Zuccini #14472C

Tints of Zuccini #14472C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 32.59%

R = 14.81%
G = 52.59%
B = 32.59%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#14472C (or 0x14472C) is known color: Zuccini. HEX triplet: 14, 47 and 2C. RGB value is (20,71,44). Sum of RGB (Red+Green+Blue) = 20+71+44=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #14472C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14472C is #EBB8D3. Grayscale: #343434. Windows color (decimal): -15448276 or 2901780. OLE color: 2901780.

HSL color Cylindrical-coordinate representation of color #14472C: hue angle of 148.24º 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 #14472C is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 71 44 -
CMYK 0.72 0 0.38 0.72
HSL 148.24º 0.56% 0.18% -
HSV(B) 148.24º 0.72% 0.28% -
XYZ 3 4.84 3.16 -
YUV 52.67 123.1 104.7 -
System Red Green Blue C M Y K H S L
Decimal 20 71 44 0.72 0 0.38 0.72 148.24 0.56 0.18
Hex 14 47 2C 48 0 26 48 94 38 12
Octal 24 107 54 110 0 46 110 224 70 22
Binary 10100 1000111 101100 1001000 0 100110 1001000 10010100 111000 10010

Color Harmonies of #14472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14472C

Black with #14472C

Text Example


Text Example

White with #14472C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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