Html Css Color HEX #124D38 Sherwood Green

📋 copy color: '#124D38'

red 18 ◦ green 77 ◦ blue 56

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

Shades of Sherwood Green #124D38

Tints of Sherwood Green #124D38

RGB

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

 GREEN value IS 77 (30.47% from 255) = 50.99%

 BLUE value IS 56 (22.27% from 255) = 37.09%

R = 11.92%
G = 50.99%
B = 37.09%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.27

 K value IS 0.70

RGB Variations

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

Color information

#124D38 (or 0x124D38) is known color: Sherwood Green. HEX triplet: 12, 4D and 38. RGB value is (18,77,56). Sum of RGB (Red+Green+Blue) = 18+77+56=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 77 (30.47% from 255 or 50.99% from 151); Blue value is 56 (22.27% from 255 or 37.09% from 151); Max value from RGB is 77 - color contains mainly: green. Hex color #124D38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124D38 is #EDB2C7. Grayscale: #383838. Windows color (decimal): -15577800 or 3689746. OLE color: 3689746.

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

Color convert

RGB 18 77 56 -
CMYK 0.77 0 0.27 0.70
HSL 158.64º 0.62% 0.19% -
HSV(B) 158.64º 0.77% 0.3% -
XYZ 3.62 5.72 4.66 -
YUV 56.97 127.45 100.21 -
System Red Green Blue C M Y K H S L
Decimal 18 77 56 0.77 0 0.27 0.70 158.64 0.62 0.19
Hex 12 4D 38 4D 0 1B 46 9F 3E 13
Octal 22 115 70 115 0 33 106 237 76 23
Binary 10010 1001101 111000 1001101 0 11011 1000110 10011111 111110 10011

Color Harmonies of #124D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124D38

Black with #124D38

Text Example


Text Example

White with #124D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,77,56); }

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

background-color css

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

 a { background-color: rgb(18,77,56); }

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

border-color css

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

 span { border-color: rgb(18,77,56); }

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