Html Css Color HEX #124E31 Zuccini

📋 copy color: '#124E31'

red 18 ◦ green 78 ◦ blue 49

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

Shades of Zuccini #124E31

Tints of Zuccini #124E31

RGB

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

 GREEN value IS 78 (30.86% from 255) = 53.79%

 BLUE value IS 49 (19.53% from 255) = 33.79%

R = 12.41%
G = 53.79%
B = 33.79%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#124E31 (or 0x124E31) is known color: Zuccini. HEX triplet: 12, 4E and 31. RGB value is (18,78,49). Sum of RGB (Red+Green+Blue) = 18+78+49=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 78 (30.86% from 255 or 53.79% from 145); Blue value is 49 (19.53% from 255 or 33.79% from 145); Max value from RGB is 78 - color contains mainly: green. Hex color #124E31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124E31 is #EDB1CE. Grayscale: #383838. Windows color (decimal): -15577551 or 3231250. OLE color: 3231250.

HSL color Cylindrical-coordinate representation of color #124E31: hue angle of 151º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124E31 is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 78 49 -
CMYK 0.77 0 0.37 0.69
HSL 151º 0.63% 0.19% -
HSV(B) 151º 0.77% 0.31% -
XYZ 3.53 5.8 3.84 -
YUV 56.75 123.62 100.36 -
System Red Green Blue C M Y K H S L
Decimal 18 78 49 0.77 0 0.37 0.69 151 0.63 0.19
Hex 12 4E 31 4D 0 25 45 97 3E 13
Octal 22 116 61 115 0 45 105 227 76 23
Binary 10010 1001110 110001 1001101 0 100101 1000101 10010111 111110 10011

Color Harmonies of #124E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124E31

Black with #124E31

Text Example


Text Example

White with #124E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,78,49); }

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

background-color css

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

 a { background-color: rgb(18,78,49); }

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

border-color css

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

 span { border-color: rgb(18,78,49); }

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