Html Css Color HEX #13462E Zuccini

📋 copy color: '#13462E'

red 19 ◦ green 70 ◦ blue 46

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

Shades of Zuccini #13462E

Tints of Zuccini #13462E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 34.07%

R = 14.07%
G = 51.85%
B = 34.07%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#13462E (or 0x13462E) is known color: Zuccini. HEX triplet: 13, 46 and 2E. RGB value is (19,70,46). Sum of RGB (Red+Green+Blue) = 19+70+46=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 70 (27.73% from 255 or 51.85% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 70 - color contains mainly: green. Hex color #13462E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13462E is #ECB9D1. Grayscale: #343434. Windows color (decimal): -15514066 or 3032595. OLE color: 3032595.

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

Color convert

RGB 19 70 46 -
CMYK 0.73 0 0.34 0.73
HSL 151.76º 0.57% 0.17% -
HSV(B) 151.76º 0.73% 0.27% -
XYZ 2.95 4.72 3.34 -
YUV 52.02 124.6 104.45 -
System Red Green Blue C M Y K H S L
Decimal 19 70 46 0.73 0 0.34 0.73 151.76 0.57 0.17
Hex 13 46 2E 49 0 22 49 98 39 11
Octal 23 106 56 111 0 42 111 230 71 21
Binary 10011 1000110 101110 1001001 0 100010 1001001 10011000 111001 10001

Color Harmonies of #13462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13462E

Black with #13462E

Text Example


Text Example

White with #13462E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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