Html Css Color HEX #14492F Zuccini

📋 copy color: '#14492F'

red 20 ◦ green 73 ◦ blue 47

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

Shades of Zuccini #14492F

Tints of Zuccini #14492F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 52.14%

 BLUE value IS 47 (18.75% from 255) = 33.57%

R = 14.29%
G = 52.14%
B = 33.57%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#14492F (or 0x14492F) is known color: Zuccini. HEX triplet: 14, 49 and 2F. RGB value is (20,73,47). Sum of RGB (Red+Green+Blue) = 20+73+47=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 73 (28.91% from 255 or 52.14% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 73 - color contains mainly: green. Hex color #14492F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14492F is #EBB6D0. Grayscale: #363636. Windows color (decimal): -15447761 or 3098900. OLE color: 3098900.

HSL color Cylindrical-coordinate representation of color #14492F: hue angle of 150.57º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #14492F is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB 20 73 47 -
CMYK 0.73 0 0.36 0.71
HSL 150.57º 0.57% 0.18% -
HSV(B) 150.57º 0.73% 0.29% -
XYZ 3.18 5.12 3.51 -
YUV 54.19 123.94 103.61 -
System Red Green Blue C M Y K H S L
Decimal 20 73 47 0.73 0 0.36 0.71 150.57 0.57 0.18
Hex 14 49 2F 49 0 24 47 97 39 12
Octal 24 111 57 111 0 44 107 227 71 22
Binary 10100 1001001 101111 1001001 0 100100 1000111 10010111 111001 10010

Color Harmonies of #14492F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14492F

Black with #14492F

Text Example


Text Example

White with #14492F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14492F; }

 p { color: rgb(20,73,47); }

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

background-color css

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

 a { background-color: rgb(20,73,47); }

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

border-color css

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

 span { border-color: rgb(20,73,47); }

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