Html Css Color HEX #124836 Sherwood Green

📋 copy color: '#124836'

red 18 ◦ green 72 ◦ blue 54

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

Shades of Sherwood Green #124836

Tints of Sherwood Green #124836

RGB

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

 GREEN value IS 72 (28.52% from 255) = 50%

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

R = 12.5%
G = 50%
B = 37.5%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#124836 (or 0x124836) is known color: Sherwood Green. HEX triplet: 12, 48 and 36. RGB value is (18,72,54). Sum of RGB (Red+Green+Blue) = 18+72+54=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 54 (21.48% from 255 or 37.5% from 144); Max value from RGB is 72 - color contains mainly: green. Hex color #124836 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124836 is #EDB7C9. Grayscale: #353535. Windows color (decimal): -15579082 or 3557394. OLE color: 3557394.

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

Color convert

RGB 18 72 54 -
CMYK 0.75 0 0.25 0.72
HSL 160º 0.6% 0.18% -
HSV(B) 160º 0.75% 0.28% -
XYZ 3.23 5.03 4.29 -
YUV 53.8 128.11 102.46 -
System Red Green Blue C M Y K H S L
Decimal 18 72 54 0.75 0 0.25 0.72 160 0.6 0.18
Hex 12 48 36 4B 0 19 48 A0 3C 12
Octal 22 110 66 113 0 31 110 240 74 22
Binary 10010 1001000 110110 1001011 0 11001 1001000 10100000 111100 10010

Color Harmonies of #124836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124836

Black with #124836

Text Example


Text Example

White with #124836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124836; }

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

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

background-color css

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

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

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

border-color css

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

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

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