Html Css Color HEX #13412B Zuccini

📋 copy color: '#13412B'

red 19 ◦ green 65 ◦ blue 43

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

Shades of Zuccini #13412B

Tints of Zuccini #13412B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 33.86%

R = 14.96%
G = 51.18%
B = 33.86%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.34

 K value IS 0.75

RGB Variations

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

Color information

#13412B (or 0x13412B) is known color: Zuccini. HEX triplet: 13, 41 and 2B. RGB value is (19,65,43). Sum of RGB (Red+Green+Blue) = 19+65+43=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #13412B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13412B is #ECBED4. Grayscale: #303030. Windows color (decimal): -15515349 or 2834707. OLE color: 2834707.

HSL color Cylindrical-coordinate representation of color #13412B: hue angle of 151.3º 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 #13412B is Cyan = 0.71, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 65 43 -
CMYK 0.71 0 0.34 0.75
HSL 151.3º 0.55% 0.16% -
HSV(B) 151.3º 0.71% 0.25% -
XYZ 2.59 4.09 2.94 -
YUV 48.74 124.76 106.79 -
System Red Green Blue C M Y K H S L
Decimal 19 65 43 0.71 0 0.34 0.75 151.3 0.55 0.16
Hex 13 41 2B 47 0 22 4B 97 37 10
Octal 23 101 53 107 0 42 113 227 67 20
Binary 10011 1000001 101011 1000111 0 100010 1001011 10010111 110111 10000

Color Harmonies of #13412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13412B

Black with #13412B

Text Example


Text Example

White with #13412B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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