Html Css Color HEX #13472D Zuccini

📋 copy color: '#13472D'

red 19 ◦ green 71 ◦ blue 45

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

Shades of Zuccini #13472D

Tints of Zuccini #13472D

RGB

 RED value IS 19 (7.81% from 255) = 14.07%

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

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

R = 14.07%
G = 52.59%
B = 33.33%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.37

 K value IS 0.72

RGB Variations

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

Color information

#13472D (or 0x13472D) is known color: Zuccini. HEX triplet: 13, 47 and 2D. RGB value is (19,71,45). Sum of RGB (Red+Green+Blue) = 19+71+45=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #13472D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13472D is #ECB8D2. Grayscale: #343434. Windows color (decimal): -15513811 or 2967315. OLE color: 2967315.

HSL color Cylindrical-coordinate representation of color #13472D: hue angle of 150º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #13472D is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 71 45 -
CMYK 0.73 0 0.37 0.72
HSL 150º 0.58% 0.18% -
HSV(B) 150º 0.73% 0.28% -
XYZ 3 4.83 3.26 -
YUV 52.49 123.77 104.11 -
System Red Green Blue C M Y K H S L
Decimal 19 71 45 0.73 0 0.37 0.72 150 0.58 0.18
Hex 13 47 2D 49 0 25 48 96 3A 12
Octal 23 107 55 111 0 45 110 226 72 22
Binary 10011 1000111 101101 1001001 0 100101 1001000 10010110 111010 10010

Color Harmonies of #13472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13472D

Black with #13472D

Text Example


Text Example

White with #13472D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,71,45); }

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

background-color css

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

 a { background-color: rgb(19,71,45); }

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

border-color css

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

 span { border-color: rgb(19,71,45); }

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