Html Css Color HEX #14462C Zuccini

📋 copy color: '#14462C'

red 20 ◦ green 70 ◦ blue 44

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

Shades of Zuccini #14462C

Tints of Zuccini #14462C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 52.24%

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

R = 14.93%
G = 52.24%
B = 32.84%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.37

 K value IS 0.73

RGB Variations

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

Color information

#14462C (or 0x14462C) is known color: Zuccini. HEX triplet: 14, 46 and 2C. RGB value is (20,70,44). Sum of RGB (Red+Green+Blue) = 20+70+44=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 70 (27.73% from 255 or 52.24% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 70 - color contains mainly: green. Hex color #14462C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14462C is #EBB9D3. Grayscale: #343434. Windows color (decimal): -15448532 or 2901524. OLE color: 2901524.

HSL color Cylindrical-coordinate representation of color #14462C: hue angle of 148.8º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #14462C is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB 20 70 44 -
CMYK 0.71 0 0.37 0.73
HSL 148.8º 0.56% 0.18% -
HSV(B) 148.8º 0.71% 0.27% -
XYZ 2.93 4.71 3.14 -
YUV 52.09 123.44 105.11 -
System Red Green Blue C M Y K H S L
Decimal 20 70 44 0.71 0 0.37 0.73 148.8 0.56 0.18
Hex 14 46 2C 47 0 25 49 95 38 12
Octal 24 106 54 107 0 45 111 225 70 22
Binary 10100 1000110 101100 1000111 0 100101 1001001 10010101 111000 10010

Color Harmonies of #14462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14462C

Black with #14462C

Text Example


Text Example

White with #14462C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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