Html Css Color HEX #15472D Zuccini

📋 copy color: '#15472D'

red 21 ◦ green 71 ◦ blue 45

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

Shades of Zuccini #15472D

Tints of Zuccini #15472D

RGB

 RED value IS 21 (8.59% from 255) = 15.33%

 GREEN value IS 71 (28.13% from 255) = 51.82%

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

R = 15.33%
G = 51.82%
B = 32.85%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.37

 K value IS 0.72

RGB Variations

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

Color information

#15472D (or 0x15472D) is known color: Zuccini. HEX triplet: 15, 47 and 2D. RGB value is (21,71,45). Sum of RGB (Red+Green+Blue) = 21+71+45=137 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.33% from 137); Green value is 71 (28.12% from 255 or 51.82% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 71 - color contains mainly: green. Hex color #15472D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15472D is #EAB8D2. Grayscale: #353535. Windows color (decimal): -15382739 or 2967317. OLE color: 2967317.

HSL color Cylindrical-coordinate representation of color #15472D: hue angle of 148.8º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #15472D is Cyan = 0.70, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB 21 71 45 -
CMYK 0.70 0 0.37 0.72
HSL 148.8º 0.54% 0.18% -
HSV(B) 148.8º 0.7% 0.28% -
XYZ 3.04 4.86 3.26 -
YUV 53.09 123.44 105.11 -
System Red Green Blue C M Y K H S L
Decimal 21 71 45 0.70 0 0.37 0.72 148.8 0.54 0.18
Hex 15 47 2D 46 0 25 48 95 36 12
Octal 25 107 55 106 0 45 110 225 66 22
Binary 10101 1000111 101101 1000110 0 100101 1001000 10010101 110110 10010

Color Harmonies of #15472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15472D

Black with #15472D

Text Example


Text Example

White with #15472D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,71,45); }

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

background-color css

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

 a { background-color: rgb(21,71,45); }

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

border-color css

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

 span { border-color: rgb(21,71,45); }

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