Html Css Color HEX #13482C Zuccini

📋 copy color: '#13482C'

red 19 ◦ green 72 ◦ blue 44

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

Shades of Zuccini #13482C

Tints of Zuccini #13482C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 53.33%

 BLUE value IS 44 (17.58% from 255) = 32.59%

R = 14.07%
G = 53.33%
B = 32.59%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#13482C (or 0x13482C) is known color: Zuccini. HEX triplet: 13, 48 and 2C. RGB value is (19,72,44). Sum of RGB (Red+Green+Blue) = 19+72+44=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 72 (28.52% from 255 or 53.33% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 72 - color contains mainly: green. Hex color #13482C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13482C is #ECB7D3. Grayscale: #353535. Windows color (decimal): -15513556 or 2902035. OLE color: 2902035.

HSL color Cylindrical-coordinate representation of color #13482C: hue angle of 148.3º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13482C is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 72 44 -
CMYK 0.74 0 0.39 0.72
HSL 148.3º 0.58% 0.18% -
HSV(B) 148.3º 0.74% 0.28% -
XYZ 3.04 4.96 3.18 -
YUV 52.96 122.94 103.78 -
System Red Green Blue C M Y K H S L
Decimal 19 72 44 0.74 0 0.39 0.72 148.3 0.58 0.18
Hex 13 48 2C 4A 0 27 48 94 3A 12
Octal 23 110 54 112 0 47 110 224 72 22
Binary 10011 1001000 101100 1001010 0 100111 1001000 10010100 111010 10010

Color Harmonies of #13482C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13482C

Black with #13482C

Text Example


Text Example

White with #13482C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13482C; }

 p { color: rgb(19,72,44); }

 H1.HeaderClassName
 {
   color: #13482C;
 }
 .AnyTagClassName
 {
   color: #13482C;
 }
</style>

background-color css

<style>
 a { background-color: #13482C; }

 a { background-color: rgb(19,72,44); }

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

border-color css

<style>
 span { border-color: #13482C; }

 span { border-color: rgb(19,72,44); }

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