#18380C

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

Shades of Myrtle #18380C

Tints of Myrtle #18380C

Color information

#18380C (or 0x18380C) is unknown color: approx Myrtle. HEX triplet: 18, 38 and 0C. RGB value is (24,56,12). Sum of RGB (Red+Green+Blue) = 24+56+12=92 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.09% from 92); Green value is 56 (22.27% from 255 or 60.87% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 56 - color contains mainly: green. Hex color #18380C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18380C is #E7C7F3. Grayscale: #292929. Windows color (decimal): -15190004 or 800792. OLE color: 800792.

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

Color convert

RGB245612-
CMYK0.5700.790.78
HSL103.64º64.71%13.33%-
HSV(B)103.64º78.57%21.96%-
XYZ1.863.050.84-
YUV41.42111.4115.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.09%
GREEN value IS 56 (22.27% from 255) = 60.87%
BLUE value IS 12 (5.08% from 255) = 13.04%
R=26.09%
G=60.87%
B=13.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2456120.5700.790.78103.6464.7113.33
Hex1838C3904F4E6841d
Octal30701471011711615010115
Binary110001110001100111001010011111001110110100010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18380C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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