Html Css Color HEX #124626 Zuccini

📋 copy color: '#124626'

red 18 ◦ green 70 ◦ blue 38

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

Shades of Zuccini #124626

Tints of Zuccini #124626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 30.16%

R = 14.29%
G = 55.56%
B = 30.16%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#124626 (or 0x124626) is known color: Zuccini. HEX triplet: 12, 46 and 26. RGB value is (18,70,38). Sum of RGB (Red+Green+Blue) = 18+70+38=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 70 (27.73% from 255 or 55.56% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 70 - color contains mainly: green. Hex color #124626 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124626 is #EDB9D9. Grayscale: #323232. Windows color (decimal): -15579610 or 2508306. OLE color: 2508306.

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

Color convert

RGB 18 70 38 -
CMYK 0.74 0 0.46 0.73
HSL 143.08º 0.59% 0.17% -
HSV(B) 143.08º 0.74% 0.27% -
XYZ 2.79 4.65 2.58 -
YUV 50.8 120.77 104.6 -
System Red Green Blue C M Y K H S L
Decimal 18 70 38 0.74 0 0.46 0.73 143.08 0.59 0.17
Hex 12 46 26 4A 0 2E 49 8F 3B 11
Octal 22 106 46 112 0 56 111 217 73 21
Binary 10010 1000110 100110 1001010 0 101110 1001001 10001111 111011 10001

Color Harmonies of #124626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124626

Black with #124626

Text Example


Text Example

White with #124626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124626; }

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

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

background-color css

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

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

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

border-color css

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

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

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