Html Css Color HEX #13472E Zuccini

📋 copy color: '#13472E'

red 19 ◦ green 71 ◦ blue 46

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

Shades of Zuccini #13472E

Tints of Zuccini #13472E

RGB

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

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

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

R = 13.97%
G = 52.21%
B = 33.82%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#13472E (or 0x13472E) is known color: Zuccini. HEX triplet: 13, 47 and 2E. RGB value is (19,71,46). Sum of RGB (Red+Green+Blue) = 19+71+46=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 71 (28.12% from 255 or 52.21% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 71 - color contains mainly: green. Hex color #13472E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13472E is #ECB8D1. Grayscale: #343434. Windows color (decimal): -15513810 or 3032851. OLE color: 3032851.

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

Color convert

RGB 19 71 46 -
CMYK 0.73 0 0.35 0.72
HSL 151.15º 0.58% 0.18% -
HSV(B) 151.15º 0.73% 0.28% -
XYZ 3.01 4.84 3.36 -
YUV 52.6 124.27 104.03 -
System Red Green Blue C M Y K H S L
Decimal 19 71 46 0.73 0 0.35 0.72 151.15 0.58 0.18
Hex 13 47 2E 49 0 23 48 97 3A 12
Octal 23 107 56 111 0 43 110 227 72 22
Binary 10011 1000111 101110 1001001 0 100011 1001000 10010111 111010 10010

Color Harmonies of #13472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13472E

Black with #13472E

Text Example


Text Example

White with #13472E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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