Html Css Color HEX #185513 Myrtle

📋 copy color: '#185513'

red 24 ◦ green 85 ◦ blue 19

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

Shades of Myrtle #185513

Tints of Myrtle #185513

RGB

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

 GREEN value IS 85 (33.59% from 255) = 66.41%

 BLUE value IS 19 (7.81% from 255) = 14.84%

R = 18.75%
G = 66.41%
B = 14.84%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#185513 (or 0x185513) is known color: Myrtle. HEX triplet: 18, 55 and 13. RGB value is (24,85,19). Sum of RGB (Red+Green+Blue) = 24+85+19=128 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.75% from 128); Green value is 85 (33.59% from 255 or 66.41% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 85 - color contains mainly: green. Hex color #185513 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185513 is #E7AAEC. Grayscale: #3B3B3B. Windows color (decimal): -15182573 or 1266968. OLE color: 1266968.

HSL color Cylindrical-coordinate representation of color #185513: hue angle of 115.45º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #185513 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 85 19 -
CMYK 0.72 0 0.78 0.67
HSL 115.45º 0.63% 0.2% -
HSV(B) 115.45º 0.78% 0.33% -
XYZ 3.74 6.74 1.72 -
YUV 59.24 105.29 102.87 -
System Red Green Blue C M Y K H S L
Decimal 24 85 19 0.72 0 0.78 0.67 115.45 0.63 0.2
Hex 18 55 13 48 0 4E 43 73 3F 14
Octal 30 125 23 110 0 116 103 163 77 24
Binary 11000 1010101 10011 1001000 0 1001110 1000011 1110011 111111 10100

Color Harmonies of #185513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185513

Black with #185513

Text Example


Text Example

White with #185513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185513; }

 p { color: rgb(24,85,19); }

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

background-color css

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

 a { background-color: rgb(24,85,19); }

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

border-color css

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

 span { border-color: rgb(24,85,19); }

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