Html Css Color HEX #124828 Zuccini

📋 copy color: '#124828'

red 18 ◦ green 72 ◦ blue 40

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

Shades of Zuccini #124828

Tints of Zuccini #124828

RGB

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

 GREEN value IS 72 (28.52% from 255) = 55.38%

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

R = 13.85%
G = 55.38%
B = 30.77%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#124828 (or 0x124828) is known color: Zuccini. HEX triplet: 12, 48 and 28. RGB value is (18,72,40). Sum of RGB (Red+Green+Blue) = 18+72+40=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 72 (28.52% from 255 or 55.38% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 72 - color contains mainly: green. Hex color #124828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124828 is #EDB7D7. Grayscale: #343434. Windows color (decimal): -15579096 or 2639890. OLE color: 2639890.

HSL color Cylindrical-coordinate representation of color #124828: hue angle of 144.44º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124828 is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 72 40 -
CMYK 0.75 0 0.44 0.72
HSL 144.44º 0.6% 0.18% -
HSV(B) 144.44º 0.75% 0.28% -
XYZ 2.95 4.92 2.8 -
YUV 52.21 121.11 103.6 -
System Red Green Blue C M Y K H S L
Decimal 18 72 40 0.75 0 0.44 0.72 144.44 0.6 0.18
Hex 12 48 28 4B 0 2C 48 90 3C 12
Octal 22 110 50 113 0 54 110 220 74 22
Binary 10010 1001000 101000 1001011 0 101100 1001000 10010000 111100 10010

Color Harmonies of #124828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124828

Black with #124828

Text Example


Text Example

White with #124828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124828; }

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

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

background-color css

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

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

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

border-color css

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

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

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