Html Css Color HEX #124132 Sherwood Green

📋 copy color: '#124132'

red 18 ◦ green 65 ◦ blue 50

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

Shades of Sherwood Green #124132

Tints of Sherwood Green #124132

RGB

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

 GREEN value IS 65 (25.78% from 255) = 48.87%

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

R = 13.53%
G = 48.87%
B = 37.59%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#124132 (or 0x124132) is known color: Sherwood Green. HEX triplet: 12, 41 and 32. RGB value is (18,65,50). Sum of RGB (Red+Green+Blue) = 18+65+50=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #124132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124132 is #EDBECD. Grayscale: #313131. Windows color (decimal): -15580878 or 3293458. OLE color: 3293458.

HSL color Cylindrical-coordinate representation of color #124132: hue angle of 160.85º degrees, saturation: 0.57, 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 #124132 is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 65 50 -
CMYK 0.72 0 0.23 0.75
HSL 160.85º 0.57% 0.16% -
HSV(B) 160.85º 0.72% 0.25% -
XYZ 2.72 4.14 3.67 -
YUV 49.24 128.43 105.72 -
System Red Green Blue C M Y K H S L
Decimal 18 65 50 0.72 0 0.23 0.75 160.85 0.57 0.16
Hex 12 41 32 48 0 17 4B A1 39 10
Octal 22 101 62 110 0 27 113 241 71 20
Binary 10010 1000001 110010 1001000 0 10111 1001011 10100001 111001 10000

Color Harmonies of #124132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124132

Black with #124132

Text Example


Text Example

White with #124132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124132; }

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

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

background-color css

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

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

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

border-color css

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

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

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