Html Css Color HEX #18410B Myrtle

📋 copy color: '#18410B'

red 24 ◦ green 65 ◦ blue 11

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

Shades of Myrtle #18410B

Tints of Myrtle #18410B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 65%

 BLUE value IS 11 (4.69% from 255) = 11%

R = 24%
G = 65%
B = 11%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#18410B (or 0x18410B) is known color: Myrtle. HEX triplet: 18, 41 and 0B. RGB value is (24,65,11). Sum of RGB (Red+Green+Blue) = 24+65+11=100 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24% from 100); Green value is 65 (25.78% from 255 or 65% from 100); Blue value is 11 (4.69% from 255 or 11% from 100); Max value from RGB is 65 - color contains mainly: green. Hex color #18410B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18410B is #E7BEF4. Grayscale: #2E2E2E. Windows color (decimal): -15187701 or 737560. OLE color: 737560.

HSL color Cylindrical-coordinate representation of color #18410B: hue angle of 105.56º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18410B is Cyan = 0.63, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 65 11 -
CMYK 0.63 0 0.83 0.75
HSL 105.56º 0.71% 0.15% -
HSV(B) 105.56º 0.83% 0.25% -
XYZ 2.33 4 0.97 -
YUV 46.59 107.92 111.89 -
System Red Green Blue C M Y K H S L
Decimal 24 65 11 0.63 0 0.83 0.75 105.56 0.71 0.15
Hex 18 41 B 3F 0 53 4B 6A 47 F
Octal 30 101 13 77 0 123 113 152 107 17
Binary 11000 1000001 1011 111111 0 1010011 1001011 1101010 1000111 1111

Color Harmonies of #18410B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18410B

Black with #18410B

Text Example


Text Example

White with #18410B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18410B;
 }
 .AnyTagClassName
 {
   color: #18410B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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