Html Css Color HEX #185016 Myrtle

📋 copy color: '#185016'

red 24 ◦ green 80 ◦ blue 22

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

Shades of Myrtle #185016

Tints of Myrtle #185016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 17.46%

R = 19.05%
G = 63.49%
B = 17.46%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#185016 (or 0x185016) is known color: Myrtle. HEX triplet: 18, 50 and 16. RGB value is (24,80,22). Sum of RGB (Red+Green+Blue) = 24+80+22=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 80 (31.64% from 255 or 63.49% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 80 - color contains mainly: green. Hex color #185016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185016 is #E7AFE9. Grayscale: #383838. Windows color (decimal): -15183850 or 1462296. OLE color: 1462296.

HSL color Cylindrical-coordinate representation of color #185016: hue angle of 117.93º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #185016 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 24 80 22 -
CMYK 0.70 0 0.72 0.69
HSL 117.93º 0.57% 0.2% -
HSV(B) 117.93º 0.73% 0.31% -
XYZ 3.39 5.99 1.74 -
YUV 56.64 108.45 104.72 -
System Red Green Blue C M Y K H S L
Decimal 24 80 22 0.70 0 0.72 0.69 117.93 0.57 0.2
Hex 18 50 16 46 0 48 45 76 39 14
Octal 30 120 26 106 0 110 105 166 71 24
Binary 11000 1010000 10110 1000110 0 1001000 1000101 1110110 111001 10100

Color Harmonies of #185016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185016

Black with #185016

Text Example


Text Example

White with #185016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185016; }

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

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

background-color css

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

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

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

border-color css

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

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

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