#124233

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

Shades of Sherwood Green #124233

Tints of Sherwood Green #124233

Color information

#124233 (or 0x124233) is unknown color: approx Sherwood Green. HEX triplet: 12, 42 and 33. RGB value is (18,66,51). Sum of RGB (Red+Green+Blue) = 18+66+51=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 66 (26.17% from 255 or 48.89% from 135); Blue value is 51 (20.31% from 255 or 37.78% from 135); Max value from RGB is 66 - color contains mainly: green. Hex color #124233 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124233 is #EDBDCC. Grayscale: #313131. Windows color (decimal): -15580621 or 3359250. OLE color: 3359250.

HSL color Cylindrical-coordinate representation of color #124233: hue angle of 161.25º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #124233 is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.74.

Color convert

RGB186651-
CMYK0.7300.230.74
HSL161.25º57.14%16.47%-
HSV(B)161.25º72.73%25.88%-
XYZ2.84.263.81-
YUV49.94128.6105.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.33%
GREEN value IS 66 (26.17% from 255) = 48.89%
BLUE value IS 51 (20.31% from 255) = 37.78%
R=13.33%
G=48.89%
B=37.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1866510.7300.230.74161.2557.1416.47
Hex124233490174Aa13910
Octal22102631110271122417120
Binary100101000010110011100100101011110010101010000111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124233; }

 p { color: rgb(18,66,51); }

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

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

 a { background-color: rgb(18,66,51); }

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

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

 span { border-color: rgb(18,66,51); }

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