Html Css Color HEX #13412E Zuccini

📋 copy color: '#13412E'

red 19 ◦ green 65 ◦ blue 46

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

Shades of Zuccini #13412E

Tints of Zuccini #13412E

RGB

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

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

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

R = 14.62%
G = 50%
B = 35.38%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.29

 K value IS 0.75

RGB Variations

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

Color information

#13412E (or 0x13412E) is known color: Zuccini. HEX triplet: 13, 41 and 2E. RGB value is (19,65,46). Sum of RGB (Red+Green+Blue) = 19+65+46=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #13412E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13412E is #ECBED1. Grayscale: #313131. Windows color (decimal): -15515346 or 3031315. OLE color: 3031315.

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

Color convert

RGB 19 65 46 -
CMYK 0.71 0 0.29 0.75
HSL 155.22º 0.55% 0.16% -
HSV(B) 155.22º 0.71% 0.25% -
XYZ 2.65 4.12 3.24 -
YUV 49.08 126.26 106.54 -
System Red Green Blue C M Y K H S L
Decimal 19 65 46 0.71 0 0.29 0.75 155.22 0.55 0.16
Hex 13 41 2E 47 0 1D 4B 9B 37 10
Octal 23 101 56 107 0 35 113 233 67 20
Binary 10011 1000001 101110 1000111 0 11101 1001011 10011011 110111 10000

Color Harmonies of #13412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13412E

Black with #13412E

Text Example


Text Example

White with #13412E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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