Html Css Color HEX #18600F Myrtle

📋 copy color: '#18600F'

red 24 ◦ green 96 ◦ blue 15

#18600F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #18600F

Tints of Myrtle #18600F

RGB

 RED value IS 24 (9.77% from 255) = 17.78%

 GREEN value IS 96 (37.89% from 255) = 71.11%

 BLUE value IS 15 (6.25% from 255) = 11.11%

R = 17.78%
G = 71.11%
B = 11.11%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#18600F (or 0x18600F) is known color: Myrtle. HEX triplet: 18, 60 and 0F. RGB value is (24,96,15). Sum of RGB (Red+Green+Blue) = 24+96+15=135 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.78% from 135); Green value is 96 (37.89% from 255 or 71.11% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 96 - color contains mainly: green. Hex color #18600F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18600F is #E79FF0. Grayscale: #414141. Windows color (decimal): -15179761 or 1007640. OLE color: 1007640.

HSL color Cylindrical-coordinate representation of color #18600F: hue angle of 113.33º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18600F is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 24 96 15 -
CMYK 0.75 0 0.84 0.62
HSL 113.33º 0.73% 0.22% -
HSV(B) 113.33º 0.84% 0.38% -
XYZ 4.65 8.59 1.87 -
YUV 65.24 99.65 98.59 -
System Red Green Blue C M Y K H S L
Decimal 24 96 15 0.75 0 0.84 0.62 113.33 0.73 0.22
Hex 18 60 F 4B 0 54 3E 71 49 16
Octal 30 140 17 113 0 124 76 161 111 26
Binary 11000 1100000 1111 1001011 0 1010100 111110 1110001 1001001 10110

Color Harmonies of #18600F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18600F

Black with #18600F

Text Example


Text Example

White with #18600F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18600F; }

 p { color: rgb(24,96,15); }

 H1.HeaderClassName
 {
   color: #18600F;
 }
 .AnyTagClassName
 {
   color: #18600F;
 }
</style>

background-color css

<style>
 a { background-color: #18600F; }

 a { background-color: rgb(24,96,15); }

 div.DivClassName
 {
   background-color: #18600F;
 }
 .BgClassName
 {
   background-color: #18600F;
 }
</style>

border-color css

<style>
 span { border-color: #18600F; }

 span { border-color: rgb(24,96,15); }

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