#18483A

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

Shades of Sherwood Green #18483A

Tints of Sherwood Green #18483A

Color information

#18483A (or 0x18483A) is unknown color: approx Sherwood Green. HEX triplet: 18, 48 and 3A. RGB value is (24,72,58). Sum of RGB (Red+Green+Blue) = 24+72+58=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 72 (28.52% from 255 or 46.75% from 154); Blue value is 58 (23.05% from 255 or 37.66% from 154); Max value from RGB is 72 - color contains mainly: green. Hex color #18483A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18483A is #E7B7C5. Grayscale: #383838. Windows color (decimal): -15185862 or 3819544. OLE color: 3819544.

HSL color Cylindrical-coordinate representation of color #18483A: hue angle of 162.5º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #18483A is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB247258-
CMYK0.6700.190.72
HSL162.5º50%18.82%-
HSV(B)162.5º66.67%28.24%-
XYZ3.465.134.81-
YUV56.05129.1105.14-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.58%
GREEN value IS 72 (28.52% from 255) = 46.75%
BLUE value IS 58 (23.05% from 255) = 37.66%
R=15.58%
G=46.75%
B=37.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2472580.6700.190.72162.55018.82
Hex18483A4301348a23213
Octal30110721030231102426223
Binary110001001000111010100001101001110010001010001011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18483A; }

 p { color: rgb(24,72,58); }

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

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

 a { background-color: rgb(24,72,58); }

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

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

 span { border-color: rgb(24,72,58); }

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