Html Css Color HEX #15442C Zuccini

📋 copy color: '#15442C'

red 21 ◦ green 68 ◦ blue 44

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

Shades of Zuccini #15442C

Tints of Zuccini #15442C

RGB

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

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

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

R = 15.79%
G = 51.13%
B = 33.08%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.35

 K value IS 0.73

RGB Variations

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

Color information

#15442C (or 0x15442C) is known color: Zuccini. HEX triplet: 15, 44 and 2C. RGB value is (21,68,44). Sum of RGB (Red+Green+Blue) = 21+68+44=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 68 (26.95% from 255 or 51.13% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 68 - color contains mainly: green. Hex color #15442C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15442C is #EABBD3. Grayscale: #333333. Windows color (decimal): -15383508 or 2901013. OLE color: 2901013.

HSL color Cylindrical-coordinate representation of color #15442C: hue angle of 149.36º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #15442C is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.

Color convert

RGB 21 68 44 -
CMYK 0.69 0 0.35 0.73
HSL 149.36º 0.53% 0.17% -
HSV(B) 149.36º 0.69% 0.27% -
XYZ 2.83 4.48 3.1 -
YUV 51.21 123.93 106.45 -
System Red Green Blue C M Y K H S L
Decimal 21 68 44 0.69 0 0.35 0.73 149.36 0.53 0.17
Hex 15 44 2C 45 0 23 49 95 35 11
Octal 25 104 54 105 0 43 111 225 65 21
Binary 10101 1000100 101100 1000101 0 100011 1001001 10010101 110101 10001

Color Harmonies of #15442C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15442C

Black with #15442C

Text Example


Text Example

White with #15442C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,68,44); }

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

background-color css

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

 a { background-color: rgb(21,68,44); }

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

border-color css

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

 span { border-color: rgb(21,68,44); }

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