Html Css Color HEX #14462E Zuccini

📋 copy color: '#14462E'

red 20 ◦ green 70 ◦ blue 46

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

Shades of Zuccini #14462E

Tints of Zuccini #14462E

RGB

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

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

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

R = 14.71%
G = 51.47%
B = 33.82%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#14462E (or 0x14462E) is known color: Zuccini. HEX triplet: 14, 46 and 2E. RGB value is (20,70,46). Sum of RGB (Red+Green+Blue) = 20+70+46=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 70 (27.73% from 255 or 51.47% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 70 - color contains mainly: green. Hex color #14462E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14462E is #EBB9D1. Grayscale: #343434. Windows color (decimal): -15448530 or 3032596. OLE color: 3032596.

HSL color Cylindrical-coordinate representation of color #14462E: hue angle of 151.2º 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 #14462E is Cyan = 0.71, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB 20 70 46 -
CMYK 0.71 0 0.34 0.73
HSL 151.2º 0.56% 0.18% -
HSV(B) 151.2º 0.71% 0.27% -
XYZ 2.97 4.73 3.34 -
YUV 52.31 124.44 104.95 -
System Red Green Blue C M Y K H S L
Decimal 20 70 46 0.71 0 0.34 0.73 151.2 0.56 0.18
Hex 14 46 2E 47 0 22 49 97 38 12
Octal 24 106 56 107 0 42 111 227 70 22
Binary 10100 1000110 101110 1000111 0 100010 1001001 10010111 111000 10010

Color Harmonies of #14462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14462E

Black with #14462E

Text Example


Text Example

White with #14462E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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