Html Css Color HEX #14412D Zuccini

📋 copy color: '#14412D'

red 20 ◦ green 65 ◦ blue 45

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

Shades of Zuccini #14412D

Tints of Zuccini #14412D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 50%

 BLUE value IS 45 (17.97% from 255) = 34.62%

R = 15.38%
G = 50%
B = 34.62%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#14412D (or 0x14412D) is known color: Zuccini. HEX triplet: 14, 41 and 2D. RGB value is (20,65,45). Sum of RGB (Red+Green+Blue) = 20+65+45=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #14412D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14412D is #EBBED2. Grayscale: #313131. Windows color (decimal): -15449811 or 2965780. OLE color: 2965780.

HSL color Cylindrical-coordinate representation of color #14412D: hue angle of 153.33º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #14412D is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 65 45 -
CMYK 0.69 0 0.31 0.75
HSL 153.33º 0.53% 0.17% -
HSV(B) 153.33º 0.69% 0.25% -
XYZ 2.65 4.12 3.14 -
YUV 49.27 125.59 107.13 -
System Red Green Blue C M Y K H S L
Decimal 20 65 45 0.69 0 0.31 0.75 153.33 0.53 0.17
Hex 14 41 2D 45 0 1F 4B 99 35 11
Octal 24 101 55 105 0 37 113 231 65 21
Binary 10100 1000001 101101 1000101 0 11111 1001011 10011001 110101 10001

Color Harmonies of #14412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14412D

Black with #14412D

Text Example


Text Example

White with #14412D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14412D; }

 p { color: rgb(20,65,45); }

 H1.HeaderClassName
 {
   color: #14412D;
 }
 .AnyTagClassName
 {
   color: #14412D;
 }
</style>

background-color css

<style>
 a { background-color: #14412D; }

 a { background-color: rgb(20,65,45); }

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

border-color css

<style>
 span { border-color: #14412D; }

 span { border-color: rgb(20,65,45); }

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