Html Css Color HEX #154329 Zuccini

📋 copy color: '#154329'

red 21 ◦ green 67 ◦ blue 41

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

Shades of Zuccini #154329

Tints of Zuccini #154329

RGB

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

 GREEN value IS 67 (26.56% from 255) = 51.94%

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

R = 16.28%
G = 51.94%
B = 31.78%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#154329 (or 0x154329) is known color: Zuccini. HEX triplet: 15, 43 and 29. RGB value is (21,67,41). Sum of RGB (Red+Green+Blue) = 21+67+41=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 67 (26.56% from 255 or 51.94% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 67 - color contains mainly: green. Hex color #154329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154329 is #EABCD6. Grayscale: #323232. Windows color (decimal): -15383767 or 2704149. OLE color: 2704149.

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

Color convert

RGB 21 67 41 -
CMYK 0.69 0 0.39 0.74
HSL 146.09º 0.52% 0.17% -
HSV(B) 146.09º 0.69% 0.26% -
XYZ 2.72 4.33 2.79 -
YUV 50.28 122.76 107.11 -
System Red Green Blue C M Y K H S L
Decimal 21 67 41 0.69 0 0.39 0.74 146.09 0.52 0.17
Hex 15 43 29 45 0 27 4A 92 34 11
Octal 25 103 51 105 0 47 112 222 64 21
Binary 10101 1000011 101001 1000101 0 100111 1001010 10010010 110100 10001

Color Harmonies of #154329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154329

Black with #154329

Text Example


Text Example

White with #154329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154329; }

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

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

background-color css

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

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

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

border-color css

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

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

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