Html Css Color HEX #124726 Zuccini

📋 copy color: '#124726'

red 18 ◦ green 71 ◦ blue 38

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

Shades of Zuccini #124726

Tints of Zuccini #124726

RGB

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

 GREEN value IS 71 (28.13% from 255) = 55.91%

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

R = 14.17%
G = 55.91%
B = 29.92%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#124726 (or 0x124726) is known color: Zuccini. HEX triplet: 12, 47 and 26. RGB value is (18,71,38). Sum of RGB (Red+Green+Blue) = 18+71+38=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 71 (28.12% from 255 or 55.91% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 71 - color contains mainly: green. Hex color #124726 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124726 is #EDB8D9. Grayscale: #333333. Windows color (decimal): -15579354 or 2508562. OLE color: 2508562.

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

Color convert

RGB 18 71 38 -
CMYK 0.75 0 0.46 0.72
HSL 142.64º 0.6% 0.17% -
HSV(B) 142.64º 0.75% 0.28% -
XYZ 2.85 4.78 2.61 -
YUV 51.39 120.44 104.18 -
System Red Green Blue C M Y K H S L
Decimal 18 71 38 0.75 0 0.46 0.72 142.64 0.6 0.17
Hex 12 47 26 4B 0 2E 48 8F 3C 11
Octal 22 107 46 113 0 56 110 217 74 21
Binary 10010 1000111 100110 1001011 0 101110 1001000 10001111 111100 10001

Color Harmonies of #124726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124726

Black with #124726

Text Example


Text Example

White with #124726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124726; }

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

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

background-color css

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

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

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

border-color css

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

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

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