Html Css Color HEX #13462A Zuccini

📋 copy color: '#13462A'

red 19 ◦ green 70 ◦ blue 42

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

Shades of Zuccini #13462A

Tints of Zuccini #13462A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 53.44%

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

R = 14.5%
G = 53.44%
B = 32.06%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#13462A (or 0x13462A) is known color: Zuccini. HEX triplet: 13, 46 and 2A. RGB value is (19,70,42). Sum of RGB (Red+Green+Blue) = 19+70+42=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 70 (27.73% from 255 or 53.44% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 70 - color contains mainly: green. Hex color #13462A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13462A is #ECB9D5. Grayscale: #333333. Windows color (decimal): -15514070 or 2770451. OLE color: 2770451.

HSL color Cylindrical-coordinate representation of color #13462A: hue angle of 147.06º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #13462A is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 70 42 -
CMYK 0.73 0 0.40 0.73
HSL 147.06º 0.57% 0.17% -
HSV(B) 147.06º 0.73% 0.27% -
XYZ 2.88 4.69 2.94 -
YUV 51.56 122.6 104.78 -
System Red Green Blue C M Y K H S L
Decimal 19 70 42 0.73 0 0.40 0.73 147.06 0.57 0.17
Hex 13 46 2A 49 0 28 49 93 39 11
Octal 23 106 52 111 0 50 111 223 71 21
Binary 10011 1000110 101010 1001001 0 101000 1001001 10010011 111001 10001

Color Harmonies of #13462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13462A

Black with #13462A

Text Example


Text Example

White with #13462A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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