Html Css Color HEX #124E3A Sherwood Green

📋 copy color: '#124E3A'

red 18 ◦ green 78 ◦ blue 58

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

Shades of Sherwood Green #124E3A

Tints of Sherwood Green #124E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 37.66%

R = 11.69%
G = 50.65%
B = 37.66%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#124E3A (or 0x124E3A) is known color: Sherwood Green. HEX triplet: 12, 4E and 3A. RGB value is (18,78,58). Sum of RGB (Red+Green+Blue) = 18+78+58=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 78 (30.86% from 255 or 50.65% from 154); Blue value is 58 (23.05% from 255 or 37.66% from 154); Max value from RGB is 78 - color contains mainly: green. Hex color #124E3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124E3A is #EDB1C5. Grayscale: #393939. Windows color (decimal): -15577542 or 3821074. OLE color: 3821074.

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

Color convert

RGB 18 78 58 -
CMYK 0.77 0 0.26 0.69
HSL 160º 0.63% 0.19% -
HSV(B) 160º 0.77% 0.31% -
XYZ 3.74 5.88 4.94 -
YUV 57.78 128.12 99.63 -
System Red Green Blue C M Y K H S L
Decimal 18 78 58 0.77 0 0.26 0.69 160 0.63 0.19
Hex 12 4E 3A 4D 0 1A 45 A0 3E 13
Octal 22 116 72 115 0 32 105 240 76 23
Binary 10010 1001110 111010 1001101 0 11010 1000101 10100000 111110 10011

Color Harmonies of #124E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124E3A

Black with #124E3A

Text Example


Text Example

White with #124E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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