#124B3A

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

Shades of Sherwood Green #124B3A

Tints of Sherwood Green #124B3A

Color information

#124B3A (or 0x124B3A) is unknown color: approx Sherwood Green. HEX triplet: 12, 4B and 3A. RGB value is (18,75,58). Sum of RGB (Red+Green+Blue) = 18+75+58=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 75 (29.69% from 255 or 49.67% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 75 - color contains mainly: green. Hex color #124B3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124B3A is #EDB4C5. Grayscale: #383838. Windows color (decimal): -15578310 or 3820306. OLE color: 3820306.

HSL color Cylindrical-coordinate representation of color #124B3A: hue angle of 162.11º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124B3A is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB187558-
CMYK0.7600.230.71
HSL162.11º61.29%18.24%-
HSV(B)162.11º76%29.41%-
XYZ3.535.474.87-
YUV56.02129.12100.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.92%
GREEN value IS 75 (29.69% from 255) = 49.67%
BLUE value IS 58 (23.05% from 255) = 38.41%
R=11.92%
G=49.67%
B=38.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1875580.7600.230.71162.1161.2918.24
Hex124B3A4C01747a23d12
Octal22113721140271072427522
Binary100101001011111010100110001011110001111010001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124B3A; }

 p { color: rgb(18,75,58); }

 H1.HeaderClassName
 {
   color: #124B3A;
 }
 .AnyTagClassName
 {
   color: #124B3A;
 }
</style>
background-color css

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

 a { background-color: rgb(18,75,58); }

 div.DivClassName
 {
   background-color: #124B3A;
 }
 .BgClassName
 {
   background-color: #124B3A;
 }
</style>
border-color css

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

 span { border-color: rgb(18,75,58); }

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