Html Css Color HEX #15442D Zuccini

📋 copy color: '#15442D'

red 21 ◦ green 68 ◦ blue 45

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

Shades of Zuccini #15442D

Tints of Zuccini #15442D

RGB

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

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

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

R = 15.67%
G = 50.75%
B = 33.58%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#15442D (or 0x15442D) is known color: Zuccini. HEX triplet: 15, 44 and 2D. RGB value is (21,68,45). Sum of RGB (Red+Green+Blue) = 21+68+45=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 68 (26.95% from 255 or 50.75% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 68 - color contains mainly: green. Hex color #15442D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15442D is #EABBD2. Grayscale: #333333. Windows color (decimal): -15383507 or 2966549. OLE color: 2966549.

HSL color Cylindrical-coordinate representation of color #15442D: hue angle of 150.64º 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 #15442D is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB 21 68 45 -
CMYK 0.69 0 0.34 0.73
HSL 150.64º 0.53% 0.17% -
HSV(B) 150.64º 0.69% 0.27% -
XYZ 2.85 4.48 3.2 -
YUV 51.33 124.43 106.37 -
System Red Green Blue C M Y K H S L
Decimal 21 68 45 0.69 0 0.34 0.73 150.64 0.53 0.17
Hex 15 44 2D 45 0 22 49 97 35 11
Octal 25 104 55 105 0 42 111 227 65 21
Binary 10101 1000100 101101 1000101 0 100010 1001001 10010111 110101 10001

Color Harmonies of #15442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15442D

Black with #15442D

Text Example


Text Example

White with #15442D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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