Html Css Color HEX #13472B Zuccini

📋 copy color: '#13472B'

red 19 ◦ green 71 ◦ blue 43

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

Shades of Zuccini #13472B

Tints of Zuccini #13472B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 32.33%

R = 14.29%
G = 53.38%
B = 32.33%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#13472B (or 0x13472B) is known color: Zuccini. HEX triplet: 13, 47 and 2B. RGB value is (19,71,43). Sum of RGB (Red+Green+Blue) = 19+71+43=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 71 (28.12% from 255 or 53.38% from 133); Blue value is 43 (17.19% from 255 or 32.33% from 133); Max value from RGB is 71 - color contains mainly: green. Hex color #13472B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13472B is #ECB8D4. Grayscale: #343434. Windows color (decimal): -15513813 or 2836243. OLE color: 2836243.

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

Color convert

RGB 19 71 43 -
CMYK 0.73 0 0.39 0.72
HSL 147.69º 0.58% 0.18% -
HSV(B) 147.69º 0.73% 0.28% -
XYZ 2.96 4.82 3.06 -
YUV 52.26 122.77 104.28 -
System Red Green Blue C M Y K H S L
Decimal 19 71 43 0.73 0 0.39 0.72 147.69 0.58 0.18
Hex 13 47 2B 49 0 27 48 94 3A 12
Octal 23 107 53 111 0 47 110 224 72 22
Binary 10011 1000111 101011 1001001 0 100111 1001000 10010100 111010 10010

Color Harmonies of #13472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13472B

Black with #13472B

Text Example


Text Example

White with #13472B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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