Html Css Color HEX #124229 Zuccini

📋 copy color: '#124229'

red 18 ◦ green 66 ◦ blue 41

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

Shades of Zuccini #124229

Tints of Zuccini #124229

RGB

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

 GREEN value IS 66 (26.17% from 255) = 52.8%

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

R = 14.4%
G = 52.8%
B = 32.8%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.38

 K value IS 0.74

RGB Variations

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

Color information

#124229 (or 0x124229) is known color: Zuccini. HEX triplet: 12, 42 and 29. RGB value is (18,66,41). Sum of RGB (Red+Green+Blue) = 18+66+41=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 66 (26.17% from 255 or 52.8% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 66 - color contains mainly: green. Hex color #124229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124229 is #EDBDD6. Grayscale: #303030. Windows color (decimal): -15580631 or 2703890. OLE color: 2703890.

HSL color Cylindrical-coordinate representation of color #124229: hue angle of 148.75º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #124229 is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.74.

Color convert

RGB 18 66 41 -
CMYK 0.73 0 0.38 0.74
HSL 148.75º 0.57% 0.16% -
HSV(B) 148.75º 0.73% 0.26% -
XYZ 2.6 4.19 2.77 -
YUV 48.8 123.6 106.03 -
System Red Green Blue C M Y K H S L
Decimal 18 66 41 0.73 0 0.38 0.74 148.75 0.57 0.16
Hex 12 42 29 49 0 26 4A 95 39 10
Octal 22 102 51 111 0 46 112 225 71 20
Binary 10010 1000010 101001 1001001 0 100110 1001010 10010101 111001 10000

Color Harmonies of #124229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124229

Black with #124229

Text Example


Text Example

White with #124229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124229; }

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

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

background-color css

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

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

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

border-color css

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

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

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