Html Css Color HEX #13412D Zuccini

📋 copy color: '#13412D'

red 19 ◦ green 65 ◦ blue 45

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

Shades of Zuccini #13412D

Tints of Zuccini #13412D

RGB

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

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

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

R = 14.73%
G = 50.39%
B = 34.88%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#13412D (or 0x13412D) is known color: Zuccini. HEX triplet: 13, 41 and 2D. RGB value is (19,65,45). Sum of RGB (Red+Green+Blue) = 19+65+45=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 65 (25.78% from 255 or 50.39% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 65 - color contains mainly: green. Hex color #13412D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13412D is #ECBED2. Grayscale: #313131. Windows color (decimal): -15515347 or 2965779. OLE color: 2965779.

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

Color convert

RGB 19 65 45 -
CMYK 0.71 0 0.31 0.75
HSL 153.91º 0.55% 0.16% -
HSV(B) 153.91º 0.71% 0.25% -
XYZ 2.63 4.11 3.14 -
YUV 48.97 125.76 106.63 -
System Red Green Blue C M Y K H S L
Decimal 19 65 45 0.71 0 0.31 0.75 153.91 0.55 0.16
Hex 13 41 2D 47 0 1F 4B 9A 37 10
Octal 23 101 55 107 0 37 113 232 67 20
Binary 10011 1000001 101101 1000111 0 11111 1001011 10011010 110111 10000

Color Harmonies of #13412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13412D

Black with #13412D

Text Example


Text Example

White with #13412D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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