Html Css Color HEX #13442B Zuccini

📋 copy color: '#13442B'

red 19 ◦ green 68 ◦ blue 43

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

Shades of Zuccini #13442B

Tints of Zuccini #13442B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 52.31%

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

R = 14.62%
G = 52.31%
B = 33.08%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.37

 K value IS 0.73

RGB Variations

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

Color information

#13442B (or 0x13442B) is known color: Zuccini. HEX triplet: 13, 44 and 2B. RGB value is (19,68,43). Sum of RGB (Red+Green+Blue) = 19+68+43=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 68 (26.95% from 255 or 52.31% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 68 - color contains mainly: green. Hex color #13442B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13442B is #ECBBD4. Grayscale: #323232. Windows color (decimal): -15514581 or 2835475. OLE color: 2835475.

HSL color Cylindrical-coordinate representation of color #13442B: hue angle of 149.39º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #13442B is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 68 43 -
CMYK 0.72 0 0.37 0.73
HSL 149.39º 0.56% 0.17% -
HSV(B) 149.39º 0.72% 0.27% -
XYZ 2.77 4.45 3 -
YUV 50.5 123.77 105.53 -
System Red Green Blue C M Y K H S L
Decimal 19 68 43 0.72 0 0.37 0.73 149.39 0.56 0.17
Hex 13 44 2B 48 0 25 49 95 38 11
Octal 23 104 53 110 0 45 111 225 70 21
Binary 10011 1000100 101011 1001000 0 100101 1001001 10010101 111000 10001

Color Harmonies of #13442B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13442B

Black with #13442B

Text Example


Text Example

White with #13442B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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