Html Css Color HEX #124935 Sherwood Green

📋 copy color: '#124935'

red 18 ◦ green 73 ◦ blue 53

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

Shades of Sherwood Green #124935

Tints of Sherwood Green #124935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 36.81%

R = 12.5%
G = 50.69%
B = 36.81%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#124935 (or 0x124935) is known color: Sherwood Green. HEX triplet: 12, 49 and 35. RGB value is (18,73,53). Sum of RGB (Red+Green+Blue) = 18+73+53=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 73 (28.91% from 255 or 50.69% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 73 - color contains mainly: green. Hex color #124935 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124935 is #EDB6CA. Grayscale: #363636. Windows color (decimal): -15578827 or 3492114. OLE color: 3492114.

HSL color Cylindrical-coordinate representation of color #124935: hue angle of 158.18º 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 #124935 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 73 53 -
CMYK 0.75 0 0.27 0.71
HSL 158.18º 0.6% 0.18% -
HSV(B) 158.18º 0.75% 0.29% -
XYZ 3.27 5.15 4.19 -
YUV 54.28 127.28 102.13 -
System Red Green Blue C M Y K H S L
Decimal 18 73 53 0.75 0 0.27 0.71 158.18 0.6 0.18
Hex 12 49 35 4B 0 1B 47 9E 3C 12
Octal 22 111 65 113 0 33 107 236 74 22
Binary 10010 1001001 110101 1001011 0 11011 1000111 10011110 111100 10010

Color Harmonies of #124935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124935

Black with #124935

Text Example


Text Example

White with #124935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124935; }

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

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

background-color css

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

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

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

border-color css

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

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

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