Html Css Color HEX #124628 Zuccini

📋 copy color: '#124628'

red 18 ◦ green 70 ◦ blue 40

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

Shades of Zuccini #124628

Tints of Zuccini #124628

RGB

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

 GREEN value IS 70 (27.73% from 255) = 54.69%

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

R = 14.06%
G = 54.69%
B = 31.25%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#124628 (or 0x124628) is known color: Zuccini. HEX triplet: 12, 46 and 28. RGB value is (18,70,40). Sum of RGB (Red+Green+Blue) = 18+70+40=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 70 (27.73% from 255 or 54.69% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 70 - color contains mainly: green. Hex color #124628 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124628 is #EDB9D7. Grayscale: #333333. Windows color (decimal): -15579608 or 2639378. OLE color: 2639378.

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

Color convert

RGB 18 70 40 -
CMYK 0.74 0 0.43 0.73
HSL 145.38º 0.59% 0.17% -
HSV(B) 145.38º 0.74% 0.27% -
XYZ 2.82 4.66 2.76 -
YUV 51.03 121.77 104.44 -
System Red Green Blue C M Y K H S L
Decimal 18 70 40 0.74 0 0.43 0.73 145.38 0.59 0.17
Hex 12 46 28 4A 0 2B 49 91 3B 11
Octal 22 106 50 112 0 53 111 221 73 21
Binary 10010 1000110 101000 1001010 0 101011 1001001 10010001 111011 10001

Color Harmonies of #124628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124628

Black with #124628

Text Example


Text Example

White with #124628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124628; }

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

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

background-color css

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

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

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

border-color css

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

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

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