#18630C

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

Shades of Myrtle #18630C

Tints of Myrtle #18630C

Color information

#18630C (or 0x18630C) is unknown color: approx Myrtle. HEX triplet: 18, 63 and 0C. RGB value is (24,99,12). Sum of RGB (Red+Green+Blue) = 24+99+12=135 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.78% from 135); Green value is 99 (39.06% from 255 or 73.33% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 99 - color contains mainly: green. Hex color #18630C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18630C is #E79CF3. Grayscale: #424242. Windows color (decimal): -15178996 or 811800. OLE color: 811800.

HSL color Cylindrical-coordinate representation of color #18630C: hue angle of 111.72º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18630C is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB249912-
CMYK0.7600.880.61
HSL111.72º78.38%21.76%-
HSV(B)111.72º87.88%38.82%-
XYZ4.99.141.85-
YUV66.6697.1597.57-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.78%
GREEN value IS 99 (39.06% from 255) = 73.33%
BLUE value IS 12 (5.08% from 255) = 8.89%
R=17.78%
G=73.33%
B=8.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2499120.7600.880.61111.7278.3821.76
Hex1863C4C0583D704e16
Octal301431411401307516011626
Binary11000110001111001001100010110001111011110000100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18630C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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