#18380D

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

Shades of Myrtle #18380D

Tints of Myrtle #18380D

Color information

#18380D (or 0x18380D) is unknown color: approx Myrtle. HEX triplet: 18, 38 and 0D. RGB value is (24,56,13). Sum of RGB (Red+Green+Blue) = 24+56+13=93 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.81% from 93); Green value is 56 (22.27% from 255 or 60.22% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 56 - color contains mainly: green. Hex color #18380D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18380D is #E7C7F2. Grayscale: #292929. Windows color (decimal): -15190003 or 866328. OLE color: 866328.

HSL color Cylindrical-coordinate representation of color #18380D: hue angle of 104.65º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18380D is Cyan = 0.57, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB245613-
CMYK0.5700.770.78
HSL104.65º62.32%13.53%-
HSV(B)104.65º76.79%21.96%-
XYZ1.863.050.87-
YUV41.53111.9115.5-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 25.81%
GREEN value IS 56 (22.27% from 255) = 60.22%
BLUE value IS 13 (5.47% from 255) = 13.98%
R=25.81%
G=60.22%
B=13.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2456130.5700.770.78104.6562.3213.53
Hex1838D3904D4E693ee
Octal3070157101151161517616
Binary11000111000110111100101001101100111011010011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18380D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18380D; }

 p { color: rgb(24,56,13); }

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

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

 a { background-color: rgb(24,56,13); }

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

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

 span { border-color: rgb(24,56,13); }

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