Html Css Color HEX #13482A Zuccini

📋 copy color: '#13482A'

red 19 ◦ green 72 ◦ blue 42

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

Shades of Zuccini #13482A

Tints of Zuccini #13482A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 54.14%

 BLUE value IS 42 (16.8% from 255) = 31.58%

R = 14.29%
G = 54.14%
B = 31.58%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#13482A (or 0x13482A) is known color: Zuccini. HEX triplet: 13, 48 and 2A. RGB value is (19,72,42). Sum of RGB (Red+Green+Blue) = 19+72+42=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 72 (28.52% from 255 or 54.14% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 72 - color contains mainly: green. Hex color #13482A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13482A is #ECB7D5. Grayscale: #343434. Windows color (decimal): -15513558 or 2770963. OLE color: 2770963.

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

Color convert

RGB 19 72 42 -
CMYK 0.74 0 0.42 0.72
HSL 146.04º 0.58% 0.18% -
HSV(B) 146.04º 0.74% 0.28% -
XYZ 3 4.94 2.99 -
YUV 52.73 121.94 103.94 -
System Red Green Blue C M Y K H S L
Decimal 19 72 42 0.74 0 0.42 0.72 146.04 0.58 0.18
Hex 13 48 2A 4A 0 2A 48 92 3A 12
Octal 23 110 52 112 0 52 110 222 72 22
Binary 10011 1001000 101010 1001010 0 101010 1001000 10010010 111010 10010

Color Harmonies of #13482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13482A

Black with #13482A

Text Example


Text Example

White with #13482A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13482A; }

 p { color: rgb(19,72,42); }

 H1.HeaderClassName
 {
   color: #13482A;
 }
 .AnyTagClassName
 {
   color: #13482A;
 }
</style>

background-color css

<style>
 a { background-color: #13482A; }

 a { background-color: rgb(19,72,42); }

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

border-color css

<style>
 span { border-color: #13482A; }

 span { border-color: rgb(19,72,42); }

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