Html Css Color HEX #13462D Zuccini

📋 copy color: '#13462D'

red 19 ◦ green 70 ◦ blue 45

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

Shades of Zuccini #13462D

Tints of Zuccini #13462D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 33.58%

R = 14.18%
G = 52.24%
B = 33.58%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.36

 K value IS 0.73

RGB Variations

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

Color information

#13462D (or 0x13462D) is known color: Zuccini. HEX triplet: 13, 46 and 2D. RGB value is (19,70,45). Sum of RGB (Red+Green+Blue) = 19+70+45=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 70 (27.73% from 255 or 52.24% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 70 - color contains mainly: green. Hex color #13462D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13462D is #ECB9D2. Grayscale: #333333. Windows color (decimal): -15514067 or 2967059. OLE color: 2967059.

HSL color Cylindrical-coordinate representation of color #13462D: hue angle of 150.59º 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 #13462D is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 70 45 -
CMYK 0.73 0 0.36 0.73
HSL 150.59º 0.57% 0.17% -
HSV(B) 150.59º 0.73% 0.27% -
XYZ 2.93 4.71 3.24 -
YUV 51.9 124.1 104.53 -
System Red Green Blue C M Y K H S L
Decimal 19 70 45 0.73 0 0.36 0.73 150.59 0.57 0.17
Hex 13 46 2D 49 0 24 49 97 39 11
Octal 23 106 55 111 0 44 111 227 71 21
Binary 10011 1000110 101101 1001001 0 100100 1001001 10010111 111001 10001

Color Harmonies of #13462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13462D

Black with #13462D

Text Example


Text Example

White with #13462D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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