Html Css Color HEX #13482F Zuccini

📋 copy color: '#13482F'

red 19 ◦ green 72 ◦ blue 47

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

Shades of Zuccini #13482F

Tints of Zuccini #13482F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 34.06%

R = 13.77%
G = 52.17%
B = 34.06%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#13482F (or 0x13482F) is known color: Zuccini. HEX triplet: 13, 48 and 2F. RGB value is (19,72,47). Sum of RGB (Red+Green+Blue) = 19+72+47=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 72 (28.52% from 255 or 52.17% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 72 - color contains mainly: green. Hex color #13482F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13482F is #ECB7D0. Grayscale: #353535. Windows color (decimal): -15513553 or 3098643. OLE color: 3098643.

HSL color Cylindrical-coordinate representation of color #13482F: hue angle of 151.7º 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 #13482F is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 72 47 -
CMYK 0.74 0 0.35 0.72
HSL 151.7º 0.58% 0.18% -
HSV(B) 151.7º 0.74% 0.28% -
XYZ 3.1 4.98 3.49 -
YUV 53.3 124.44 103.53 -
System Red Green Blue C M Y K H S L
Decimal 19 72 47 0.74 0 0.35 0.72 151.7 0.58 0.18
Hex 13 48 2F 4A 0 23 48 98 3A 12
Octal 23 110 57 112 0 43 110 230 72 22
Binary 10011 1001000 101111 1001010 0 100011 1001000 10011000 111010 10010

Color Harmonies of #13482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13482F

Black with #13482F

Text Example


Text Example

White with #13482F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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