#124132

Color #124132 Sherwood Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherwood Green #124132

Tints of Sherwood Green #124132

Color information

#124132 (or 0x124132) is unknown color: approx 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

RGB186550-
CMYK0.7200.230.75
HSL160.85º56.63%16.27%-
HSV(B)160.85º72.31%25.49%-
XYZ2.724.143.67-
YUV49.24128.43105.72-

RGB Variations

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

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 (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1865500.7200.230.75160.8556.6316.27
Hex124132480174Ba13910
Octal22101621100271132417120
Binary100101000001110010100100001011110010111010000111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>