Html Css Color HEX #124032 Sherwood Green

📋 copy color: '#124032'

red 18 ◦ green 64 ◦ blue 50

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

Shades of Sherwood Green #124032

Tints of Sherwood Green #124032

RGB

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

 GREEN value IS 64 (25.39% from 255) = 48.48%

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

R = 13.64%
G = 48.48%
B = 37.88%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#124032 (or 0x124032) is known color: Sherwood Green. HEX triplet: 12, 40 and 32. RGB value is (18,64,50). Sum of RGB (Red+Green+Blue) = 18+64+50=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 50 (19.92% from 255 or 37.88% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #124032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124032 is #EDBFCD. Grayscale: #303030. Windows color (decimal): -15581134 or 3293202. OLE color: 3293202.

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

Color convert

RGB 18 64 50 -
CMYK 0.72 0 0.22 0.75
HSL 161.74º 0.56% 0.16% -
HSV(B) 161.74º 0.72% 0.25% -
XYZ 2.66 4.03 3.65 -
YUV 48.65 128.76 106.14 -
System Red Green Blue C M Y K H S L
Decimal 18 64 50 0.72 0 0.22 0.75 161.74 0.56 0.16
Hex 12 40 32 48 0 16 4B A2 38 10
Octal 22 100 62 110 0 26 113 242 70 20
Binary 10010 1000000 110010 1001000 0 10110 1001011 10100010 111000 10000

Color Harmonies of #124032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124032

Black with #124032

Text Example


Text Example

White with #124032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124032; }

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

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

background-color css

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

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

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

border-color css

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

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

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