Html Css Color HEX #124428 Zuccini

📋 copy color: '#124428'

red 18 ◦ green 68 ◦ blue 40

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

Shades of Zuccini #124428

Tints of Zuccini #124428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 31.75%

R = 14.29%
G = 53.97%
B = 31.75%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#124428 (or 0x124428) is known color: Zuccini. HEX triplet: 12, 44 and 28. RGB value is (18,68,40). Sum of RGB (Red+Green+Blue) = 18+68+40=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 68 (26.95% from 255 or 53.97% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 68 - color contains mainly: green. Hex color #124428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124428 is #EDBBD7. Grayscale: #313131. Windows color (decimal): -15580120 or 2638866. OLE color: 2638866.

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

Color convert

RGB 18 68 40 -
CMYK 0.74 0 0.41 0.73
HSL 146.4º 0.58% 0.17% -
HSV(B) 146.4º 0.74% 0.27% -
XYZ 2.7 4.42 2.72 -
YUV 49.86 122.44 105.28 -
System Red Green Blue C M Y K H S L
Decimal 18 68 40 0.74 0 0.41 0.73 146.4 0.58 0.17
Hex 12 44 28 4A 0 29 49 92 3A 11
Octal 22 104 50 112 0 51 111 222 72 21
Binary 10010 1000100 101000 1001010 0 101001 1001001 10010010 111010 10001

Color Harmonies of #124428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124428

Black with #124428

Text Example


Text Example

White with #124428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124428; }

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

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

background-color css

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

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

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

border-color css

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

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

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