Html Css Color HEX #154629 Zuccini

📋 copy color: '#154629'

red 21 ◦ green 70 ◦ blue 41

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

Shades of Zuccini #154629

Tints of Zuccini #154629

RGB

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

 GREEN value IS 70 (27.73% from 255) = 53.03%

 BLUE value IS 41 (16.41% from 255) = 31.06%

R = 15.91%
G = 53.03%
B = 31.06%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#154629 (or 0x154629) is known color: Zuccini. HEX triplet: 15, 46 and 29. RGB value is (21,70,41). Sum of RGB (Red+Green+Blue) = 21+70+41=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 70 (27.73% from 255 or 53.03% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 70 - color contains mainly: green. Hex color #154629 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154629 is #EAB9D6. Grayscale: #343434. Windows color (decimal): -15382999 or 2704917. OLE color: 2704917.

HSL color Cylindrical-coordinate representation of color #154629: hue angle of 144.49º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #154629 is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB 21 70 41 -
CMYK 0.70 0 0.41 0.73
HSL 144.49º 0.54% 0.18% -
HSV(B) 144.49º 0.7% 0.27% -
XYZ 2.9 4.7 2.85 -
YUV 52.04 121.77 105.86 -
System Red Green Blue C M Y K H S L
Decimal 21 70 41 0.70 0 0.41 0.73 144.49 0.54 0.18
Hex 15 46 29 46 0 29 49 90 36 12
Octal 25 106 51 106 0 51 111 220 66 22
Binary 10101 1000110 101001 1000110 0 101001 1001001 10010000 110110 10010

Color Harmonies of #154629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154629

Black with #154629

Text Example


Text Example

White with #154629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154629; }

 p { color: rgb(21,70,41); }

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

background-color css

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

 a { background-color: rgb(21,70,41); }

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

border-color css

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

 span { border-color: rgb(21,70,41); }

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