#18370B

Color #18370B Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #18370B

Tints of Myrtle #18370B

Color information

#18370B (or 0x18370B) is unknown color: approx Myrtle. HEX triplet: 18, 37 and 0B. RGB value is (24,55,11). Sum of RGB (Red+Green+Blue) = 24+55+11=90 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.67% from 90); Green value is 55 (21.88% from 255 or 61.11% from 90); Blue value is 11 (4.69% from 255 or 12.22% from 90); Max value from RGB is 55 - color contains mainly: green. Hex color #18370B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18370B is #E7C8F4. Grayscale: #282828. Windows color (decimal): -15190261 or 735000. OLE color: 735000.

HSL color Cylindrical-coordinate representation of color #18370B: hue angle of 102.27º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18370B is Cyan = 0.56, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.78.

Color convert

RGB245511-
CMYK0.5600.80.78
HSL102.27º66.67%12.94%-
HSV(B)102.27º80%21.57%-
XYZ1.82.950.79-
YUV40.71111.23116.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.67%
GREEN value IS 55 (21.88% from 255) = 61.11%
BLUE value IS 11 (4.69% from 255) = 12.22%
R=26.67%
G=61.11%
B=12.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2455110.5600.80.78102.2766.6712.94
Hex1837B380504E6643d
Octal30671370012011614610315
Binary110001101111011111000010100001001110110011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18370B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18370B; }

 p { color: rgb(24,55,11); }

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

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

 a { background-color: rgb(24,55,11); }

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

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

 span { border-color: rgb(24,55,11); }

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