Html Css Color HEX #15422C Zuccini

📋 copy color: '#15422C'

red 21 ◦ green 66 ◦ blue 44

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

Shades of Zuccini #15422C

Tints of Zuccini #15422C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 50.38%

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

R = 16.03%
G = 50.38%
B = 33.59%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.33

 K value IS 0.74

RGB Variations

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

Color information

#15422C (or 0x15422C) is known color: Zuccini. HEX triplet: 15, 42 and 2C. RGB value is (21,66,44). Sum of RGB (Red+Green+Blue) = 21+66+44=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #15422C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15422C is #EABDD3. Grayscale: #323232. Windows color (decimal): -15384020 or 2900501. OLE color: 2900501.

HSL color Cylindrical-coordinate representation of color #15422C: hue angle of 150.67º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #15422C is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB 21 66 44 -
CMYK 0.68 0 0.33 0.74
HSL 150.67º 0.52% 0.17% -
HSV(B) 150.67º 0.68% 0.26% -
XYZ 2.71 4.24 3.06 -
YUV 50.04 124.59 107.29 -
System Red Green Blue C M Y K H S L
Decimal 21 66 44 0.68 0 0.33 0.74 150.67 0.52 0.17
Hex 15 42 2C 44 0 21 4A 97 34 11
Octal 25 102 54 104 0 41 112 227 64 21
Binary 10101 1000010 101100 1000100 0 100001 1001010 10010111 110100 10001

Color Harmonies of #15422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15422C

Black with #15422C

Text Example


Text Example

White with #15422C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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