Html Css Color HEX #13472F Zuccini

📋 copy color: '#13472F'

red 19 ◦ green 71 ◦ blue 47

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

Shades of Zuccini #13472F

Tints of Zuccini #13472F

RGB

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

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

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

R = 13.87%
G = 51.82%
B = 34.31%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#13472F (or 0x13472F) is known color: Zuccini. HEX triplet: 13, 47 and 2F. RGB value is (19,71,47). Sum of RGB (Red+Green+Blue) = 19+71+47=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 71 (28.12% from 255 or 51.82% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 71 - color contains mainly: green. Hex color #13472F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13472F is #ECB8D0. Grayscale: #343434. Windows color (decimal): -15513809 or 3098387. OLE color: 3098387.

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

Color convert

RGB 19 71 47 -
CMYK 0.73 0 0.34 0.72
HSL 152.31º 0.58% 0.18% -
HSV(B) 152.31º 0.73% 0.28% -
XYZ 3.03 4.85 3.47 -
YUV 52.72 124.77 103.95 -
System Red Green Blue C M Y K H S L
Decimal 19 71 47 0.73 0 0.34 0.72 152.31 0.58 0.18
Hex 13 47 2F 49 0 22 48 98 3A 12
Octal 23 107 57 111 0 42 110 230 72 22
Binary 10011 1000111 101111 1001001 0 100010 1001000 10011000 111010 10010

Color Harmonies of #13472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13472F

Black with #13472F

Text Example


Text Example

White with #13472F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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