Html Css Color HEX #124C26 Zuccini

📋 copy color: '#124C26'

red 18 ◦ green 76 ◦ blue 38

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

Shades of Zuccini #124C26

Tints of Zuccini #124C26

RGB

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

 GREEN value IS 76 (30.08% from 255) = 57.58%

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

R = 13.64%
G = 57.58%
B = 28.79%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.5

 K value IS 0.70

RGB Variations

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

Color information

#124C26 (or 0x124C26) is known color: Zuccini. HEX triplet: 12, 4C and 26. RGB value is (18,76,38). Sum of RGB (Red+Green+Blue) = 18+76+38=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 76 (30.08% from 255 or 57.58% from 132); Blue value is 38 (15.23% from 255 or 28.79% from 132); Max value from RGB is 76 - color contains mainly: green. Hex color #124C26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124C26 is #EDB3D9. Grayscale: #363636. Windows color (decimal): -15578074 or 2509842. OLE color: 2509842.

HSL color Cylindrical-coordinate representation of color #124C26: hue angle of 140.69º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124C26 is Cyan = 0.76, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 76 38 -
CMYK 0.76 0 0.5 0.70
HSL 140.69º 0.62% 0.18% -
HSV(B) 140.69º 0.76% 0.3% -
XYZ 3.18 5.44 2.72 -
YUV 54.33 118.78 102.09 -
System Red Green Blue C M Y K H S L
Decimal 18 76 38 0.76 0 0.5 0.70 140.69 0.62 0.18
Hex 12 4C 26 4C 0 32 46 8D 3E 12
Octal 22 114 46 114 0 62 106 215 76 22
Binary 10010 1001100 100110 1001100 0 110010 1000110 10001101 111110 10010

Color Harmonies of #124C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124C26

Black with #124C26

Text Example


Text Example

White with #124C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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