Html Css Color HEX #185020 Myrtle

📋 copy color: '#185020'

red 24 ◦ green 80 ◦ blue 32

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

Shades of Myrtle #185020

Tints of Myrtle #185020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 23.53%

R = 17.65%
G = 58.82%
B = 23.53%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#185020 (or 0x185020) is known color: Myrtle. HEX triplet: 18, 50 and 20. RGB value is (24,80,32). Sum of RGB (Red+Green+Blue) = 24+80+32=136 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.65% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #185020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185020 is #E7AFDF. Grayscale: #393939. Windows color (decimal): -15183840 or 2117656. OLE color: 2117656.

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

Color convert

RGB 24 80 32 -
CMYK 0.70 0 0.60 0.69
HSL 128.57º 0.54% 0.2% -
HSV(B) 128.57º 0.7% 0.31% -
XYZ 3.51 6.04 2.35 -
YUV 57.78 113.45 103.9 -
System Red Green Blue C M Y K H S L
Decimal 24 80 32 0.70 0 0.60 0.69 128.57 0.54 0.2
Hex 18 50 20 46 0 3C 45 81 36 14
Octal 30 120 40 106 0 74 105 201 66 24
Binary 11000 1010000 100000 1000110 0 111100 1000101 10000001 110110 10100

Color Harmonies of #185020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185020

Black with #185020

Text Example


Text Example

White with #185020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185020; }

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

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

background-color css

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

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

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

border-color css

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

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

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