Html Css Color HEX #154429 Zuccini

📋 copy color: '#154429'

red 21 ◦ green 68 ◦ blue 41

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

Shades of Zuccini #154429

Tints of Zuccini #154429

RGB

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

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

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

R = 16.15%
G = 52.31%
B = 31.54%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#154429 (or 0x154429) is known color: Zuccini. HEX triplet: 15, 44 and 29. RGB value is (21,68,41). Sum of RGB (Red+Green+Blue) = 21+68+41=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 68 (26.95% from 255 or 52.31% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 68 - color contains mainly: green. Hex color #154429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154429 is #EABBD6. Grayscale: #323232. Windows color (decimal): -15383511 or 2704405. OLE color: 2704405.

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

Color convert

RGB 21 68 41 -
CMYK 0.69 0 0.40 0.73
HSL 145.53º 0.53% 0.17% -
HSV(B) 145.53º 0.69% 0.27% -
XYZ 2.78 4.45 2.81 -
YUV 50.87 122.43 106.7 -
System Red Green Blue C M Y K H S L
Decimal 21 68 41 0.69 0 0.40 0.73 145.53 0.53 0.17
Hex 15 44 29 45 0 28 49 92 35 11
Octal 25 104 51 105 0 50 111 222 65 21
Binary 10101 1000100 101001 1000101 0 101000 1001001 10010010 110101 10001

Color Harmonies of #154429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154429

Black with #154429

Text Example


Text Example

White with #154429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154429; }

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

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

background-color css

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

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

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

border-color css

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

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

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