Html Css Color HEX #124532 Sherwood Green

📋 copy color: '#124532'

red 18 ◦ green 69 ◦ blue 50

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

Shades of Sherwood Green #124532

Tints of Sherwood Green #124532

RGB

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

 GREEN value IS 69 (27.34% from 255) = 50.36%

 BLUE value IS 50 (19.92% from 255) = 36.5%

R = 13.14%
G = 50.36%
B = 36.5%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.28

 K value IS 0.73

RGB Variations

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

Color information

#124532 (or 0x124532) is known color: Sherwood Green. HEX triplet: 12, 45 and 32. RGB value is (18,69,50). Sum of RGB (Red+Green+Blue) = 18+69+50=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 69 (27.34% from 255 or 50.36% from 137); Blue value is 50 (19.92% from 255 or 36.50% from 137); Max value from RGB is 69 - color contains mainly: green. Hex color #124532 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124532 is #EDBACD. Grayscale: #333333. Windows color (decimal): -15579854 or 3294482. OLE color: 3294482.

HSL color Cylindrical-coordinate representation of color #124532: hue angle of 157.65º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #124532 is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 69 50 -
CMYK 0.74 0 0.28 0.73
HSL 157.65º 0.59% 0.17% -
HSV(B) 157.65º 0.74% 0.27% -
XYZ 2.95 4.62 3.75 -
YUV 51.59 127.1 104.04 -
System Red Green Blue C M Y K H S L
Decimal 18 69 50 0.74 0 0.28 0.73 157.65 0.59 0.17
Hex 12 45 32 4A 0 1C 49 9E 3B 11
Octal 22 105 62 112 0 34 111 236 73 21
Binary 10010 1000101 110010 1001010 0 11100 1001001 10011110 111011 10001

Color Harmonies of #124532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124532

Black with #124532

Text Example


Text Example

White with #124532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124532; }

 p { color: rgb(18,69,50); }

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

background-color css

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

 a { background-color: rgb(18,69,50); }

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

border-color css

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

 span { border-color: rgb(18,69,50); }

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