Html Css Color HEX #124936 Sherwood Green

📋 copy color: '#124936'

red 18 ◦ green 73 ◦ blue 54

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

Shades of Sherwood Green #124936

Tints of Sherwood Green #124936

RGB

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

 GREEN value IS 73 (28.91% from 255) = 50.34%

 BLUE value IS 54 (21.48% from 255) = 37.24%

R = 12.41%
G = 50.34%
B = 37.24%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.26

 K value IS 0.71

RGB Variations

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

Color information

#124936 (or 0x124936) is known color: Sherwood Green. HEX triplet: 12, 49 and 36. RGB value is (18,73,54). Sum of RGB (Red+Green+Blue) = 18+73+54=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 73 (28.91% from 255 or 50.34% from 145); Blue value is 54 (21.48% from 255 or 37.24% from 145); Max value from RGB is 73 - color contains mainly: green. Hex color #124936 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124936 is #EDB6C9. Grayscale: #363636. Windows color (decimal): -15578826 or 3557650. OLE color: 3557650.

HSL color Cylindrical-coordinate representation of color #124936: hue angle of 159.27º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124936 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 73 54 -
CMYK 0.75 0 0.26 0.71
HSL 159.27º 0.6% 0.18% -
HSV(B) 159.27º 0.75% 0.29% -
XYZ 3.3 5.16 4.31 -
YUV 54.39 127.78 102.04 -
System Red Green Blue C M Y K H S L
Decimal 18 73 54 0.75 0 0.26 0.71 159.27 0.6 0.18
Hex 12 49 36 4B 0 1A 47 9F 3C 12
Octal 22 111 66 113 0 32 107 237 74 22
Binary 10010 1001001 110110 1001011 0 11010 1000111 10011111 111100 10010

Color Harmonies of #124936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124936

Black with #124936

Text Example


Text Example

White with #124936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124936; }

 p { color: rgb(18,73,54); }

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

background-color css

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

 a { background-color: rgb(18,73,54); }

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

border-color css

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

 span { border-color: rgb(18,73,54); }

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