Html Css Color HEX #154129 Zuccini

📋 copy color: '#154129'

red 21 ◦ green 65 ◦ blue 41

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

Shades of Zuccini #154129

Tints of Zuccini #154129

RGB

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

 GREEN value IS 65 (25.78% from 255) = 51.18%

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

R = 16.54%
G = 51.18%
B = 32.28%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#154129 (or 0x154129) is known color: Zuccini. HEX triplet: 15, 41 and 29. RGB value is (21,65,41). Sum of RGB (Red+Green+Blue) = 21+65+41=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 41 (16.41% from 255 or 32.28% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #154129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154129 is #EABED6. Grayscale: #313131. Windows color (decimal): -15384279 or 2703637. OLE color: 2703637.

HSL color Cylindrical-coordinate representation of color #154129: hue angle of 147.27º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #154129 is Cyan = 0.68, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 65 41 -
CMYK 0.68 0 0.37 0.75
HSL 147.27º 0.51% 0.17% -
HSV(B) 147.27º 0.68% 0.25% -
XYZ 2.6 4.1 2.75 -
YUV 49.11 123.42 107.95 -
System Red Green Blue C M Y K H S L
Decimal 21 65 41 0.68 0 0.37 0.75 147.27 0.51 0.17
Hex 15 41 29 44 0 25 4B 93 33 11
Octal 25 101 51 104 0 45 113 223 63 21
Binary 10101 1000001 101001 1000100 0 100101 1001011 10010011 110011 10001

Color Harmonies of #154129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154129

Black with #154129

Text Example


Text Example

White with #154129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154129; }

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

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

background-color css

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

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

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

border-color css

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

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

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