Html Css Color HEX #124429 Zuccini

📋 copy color: '#124429'

red 18 ◦ green 68 ◦ blue 41

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

Shades of Zuccini #124429

Tints of Zuccini #124429

RGB

 RED value IS 18 (7.42% from 255) = 14.17%

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

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

R = 14.17%
G = 53.54%
B = 32.28%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#124429 (or 0x124429) is known color: Zuccini. HEX triplet: 12, 44 and 29. RGB value is (18,68,41). Sum of RGB (Red+Green+Blue) = 18+68+41=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 68 (26.95% from 255 or 53.54% from 127); Blue value is 41 (16.41% from 255 or 32.28% from 127); Max value from RGB is 68 - color contains mainly: green. Hex color #124429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124429 is #EDBBD6. Grayscale: #323232. Windows color (decimal): -15580119 or 2704402. OLE color: 2704402.

HSL color Cylindrical-coordinate representation of color #124429: hue angle of 147.6º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #124429 is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 68 41 -
CMYK 0.74 0 0.40 0.73
HSL 147.6º 0.58% 0.17% -
HSV(B) 147.6º 0.74% 0.27% -
XYZ 2.72 4.42 2.81 -
YUV 49.97 122.94 105.2 -
System Red Green Blue C M Y K H S L
Decimal 18 68 41 0.74 0 0.40 0.73 147.6 0.58 0.17
Hex 12 44 29 4A 0 28 49 94 3A 11
Octal 22 104 51 112 0 50 111 224 72 21
Binary 10010 1000100 101001 1001010 0 101000 1001001 10010100 111010 10001

Color Harmonies of #124429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124429

Black with #124429

Text Example


Text Example

White with #124429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124429; }

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

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

background-color css

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

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

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

border-color css

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

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

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