Html Css Color HEX #13412A Zuccini

📋 copy color: '#13412A'

red 19 ◦ green 65 ◦ blue 42

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

Shades of Zuccini #13412A

Tints of Zuccini #13412A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 51.59%

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

R = 15.08%
G = 51.59%
B = 33.33%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

#13412A (or 0x13412A) is known color: Zuccini. HEX triplet: 13, 41 and 2A. RGB value is (19,65,42). Sum of RGB (Red+Green+Blue) = 19+65+42=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 65 (25.78% from 255 or 51.59% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 65 - color contains mainly: green. Hex color #13412A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13412A is #ECBED5. Grayscale: #303030. Windows color (decimal): -15515350 or 2769171. OLE color: 2769171.

HSL color Cylindrical-coordinate representation of color #13412A: hue angle of 150º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #13412A is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 65 42 -
CMYK 0.71 0 0.35 0.75
HSL 150º 0.55% 0.16% -
HSV(B) 150º 0.71% 0.25% -
XYZ 2.58 4.09 2.84 -
YUV 48.62 124.26 106.87 -
System Red Green Blue C M Y K H S L
Decimal 19 65 42 0.71 0 0.35 0.75 150 0.55 0.16
Hex 13 41 2A 47 0 23 4B 96 37 10
Octal 23 101 52 107 0 43 113 226 67 20
Binary 10011 1000001 101010 1000111 0 100011 1001011 10010110 110111 10000

Color Harmonies of #13412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13412A

Black with #13412A

Text Example


Text Example

White with #13412A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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