Html Css Color HEX #124E3B Sherwood Green

📋 copy color: '#124E3B'

red 18 ◦ green 78 ◦ blue 59

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

Shades of Sherwood Green #124E3B

Tints of Sherwood Green #124E3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 38.06%

R = 11.61%
G = 50.32%
B = 38.06%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#124E3B (or 0x124E3B) is known color: Sherwood Green. HEX triplet: 12, 4E and 3B. RGB value is (18,78,59). Sum of RGB (Red+Green+Blue) = 18+78+59=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 78 (30.86% from 255 or 50.32% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 78 - color contains mainly: green. Hex color #124E3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124E3B is #EDB1C4. Grayscale: #393939. Windows color (decimal): -15577541 or 3886610. OLE color: 3886610.

HSL color Cylindrical-coordinate representation of color #124E3B: hue angle of 161º 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 #124E3B is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 78 59 -
CMYK 0.77 0 0.24 0.69
HSL 161º 0.63% 0.19% -
HSV(B) 161º 0.77% 0.31% -
XYZ 3.76 5.89 5.08 -
YUV 57.89 128.62 99.54 -
System Red Green Blue C M Y K H S L
Decimal 18 78 59 0.77 0 0.24 0.69 161 0.63 0.19
Hex 12 4E 3B 4D 0 18 45 A1 3E 13
Octal 22 116 73 115 0 30 105 241 76 23
Binary 10010 1001110 111011 1001101 0 11000 1000101 10100001 111110 10011

Color Harmonies of #124E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124E3B

Black with #124E3B

Text Example


Text Example

White with #124E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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