Html Css Color HEX #185021 Myrtle

📋 copy color: '#185021'

red 24 ◦ green 80 ◦ blue 33

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

Shades of Myrtle #185021

Tints of Myrtle #185021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 24.09%

R = 17.52%
G = 58.39%
B = 24.09%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#185021 (or 0x185021) is known color: Myrtle. HEX triplet: 18, 50 and 21. RGB value is (24,80,33). Sum of RGB (Red+Green+Blue) = 24+80+33=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 80 (31.64% from 255 or 58.39% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 80 - color contains mainly: green. Hex color #185021 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185021 is #E7AFDE. Grayscale: #3A3A3A. Windows color (decimal): -15183839 or 2183192. OLE color: 2183192.

HSL color Cylindrical-coordinate representation of color #185021: hue angle of 129.64º 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 #185021 is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB 24 80 33 -
CMYK 0.70 0 0.59 0.69
HSL 129.64º 0.54% 0.2% -
HSV(B) 129.64º 0.7% 0.31% -
XYZ 3.52 6.04 2.42 -
YUV 57.9 113.95 103.82 -
System Red Green Blue C M Y K H S L
Decimal 24 80 33 0.70 0 0.59 0.69 129.64 0.54 0.2
Hex 18 50 21 46 0 3B 45 82 36 14
Octal 30 120 41 106 0 73 105 202 66 24
Binary 11000 1010000 100001 1000110 0 111011 1000101 10000010 110110 10100

Color Harmonies of #185021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185021

Black with #185021

Text Example


Text Example

White with #185021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185021; }

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

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

background-color css

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

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

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

border-color css

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

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

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