Html Css Color HEX #185013 Myrtle

📋 copy color: '#185013'

red 24 ◦ green 80 ◦ blue 19

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

Shades of Myrtle #185013

Tints of Myrtle #185013

RGB

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

 GREEN value IS 80 (31.64% from 255) = 65.04%

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

R = 19.51%
G = 65.04%
B = 15.45%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#185013 (or 0x185013) is known color: Myrtle. HEX triplet: 18, 50 and 13. RGB value is (24,80,19). Sum of RGB (Red+Green+Blue) = 24+80+19=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 80 (31.64% from 255 or 65.04% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 80 - color contains mainly: green. Hex color #185013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185013 is #E7AFEC. Grayscale: #383838. Windows color (decimal): -15183853 or 1265688. OLE color: 1265688.

HSL color Cylindrical-coordinate representation of color #185013: hue angle of 115.08º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #185013 is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB 24 80 19 -
CMYK 0.70 0 0.76 0.69
HSL 115.08º 0.62% 0.19% -
HSV(B) 115.08º 0.76% 0.31% -
XYZ 3.36 5.98 1.59 -
YUV 56.3 106.95 104.96 -
System Red Green Blue C M Y K H S L
Decimal 24 80 19 0.70 0 0.76 0.69 115.08 0.62 0.19
Hex 18 50 13 46 0 4C 45 73 3E 13
Octal 30 120 23 106 0 114 105 163 76 23
Binary 11000 1010000 10011 1000110 0 1001100 1000101 1110011 111110 10011

Color Harmonies of #185013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185013

Black with #185013

Text Example


Text Example

White with #185013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185013; }

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

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

background-color css

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

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

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

border-color css

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

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

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