Html Css Color HEX #15472E Zuccini

📋 copy color: '#15472E'

red 21 ◦ green 71 ◦ blue 46

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

Shades of Zuccini #15472E

Tints of Zuccini #15472E

RGB

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

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

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

R = 15.22%
G = 51.45%
B = 33.33%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#15472E (or 0x15472E) is known color: Zuccini. HEX triplet: 15, 47 and 2E. RGB value is (21,71,46). Sum of RGB (Red+Green+Blue) = 21+71+46=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 71 (28.12% from 255 or 51.45% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 71 - color contains mainly: green. Hex color #15472E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15472E is #EAB8D1. Grayscale: #353535. Windows color (decimal): -15382738 or 3032853. OLE color: 3032853.

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

Color convert

RGB 21 71 46 -
CMYK 0.70 0 0.35 0.72
HSL 150º 0.54% 0.18% -
HSV(B) 150º 0.7% 0.28% -
XYZ 3.06 4.86 3.36 -
YUV 53.2 123.94 105.03 -
System Red Green Blue C M Y K H S L
Decimal 21 71 46 0.70 0 0.35 0.72 150 0.54 0.18
Hex 15 47 2E 46 0 23 48 96 36 12
Octal 25 107 56 106 0 43 110 226 66 22
Binary 10101 1000111 101110 1000110 0 100011 1001000 10010110 110110 10010

Color Harmonies of #15472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15472E

Black with #15472E

Text Example


Text Example

White with #15472E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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