Html Css Color HEX #185312 Myrtle

📋 copy color: '#185312'

red 24 ◦ green 83 ◦ blue 18

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

Shades of Myrtle #185312

Tints of Myrtle #185312

RGB

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

 GREEN value IS 83 (32.81% from 255) = 66.4%

 BLUE value IS 18 (7.42% from 255) = 14.4%

R = 19.2%
G = 66.4%
B = 14.4%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#185312 (or 0x185312) is known color: Myrtle. HEX triplet: 18, 53 and 12. RGB value is (24,83,18). Sum of RGB (Red+Green+Blue) = 24+83+18=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 83 (32.81% from 255 or 66.4% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 83 - color contains mainly: green. Hex color #185312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185312 is #E7ACED. Grayscale: #3A3A3A. Windows color (decimal): -15183086 or 1200920. OLE color: 1200920.

HSL color Cylindrical-coordinate representation of color #185312: hue angle of 114.46º degrees, saturation: 0.64, 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 #185312 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 83 18 -
CMYK 0.71 0 0.78 0.67
HSL 114.46º 0.64% 0.2% -
HSV(B) 114.46º 0.78% 0.33% -
XYZ 3.58 6.42 1.62 -
YUV 57.95 105.45 103.79 -
System Red Green Blue C M Y K H S L
Decimal 24 83 18 0.71 0 0.78 0.67 114.46 0.64 0.2
Hex 18 53 12 47 0 4E 43 72 40 14
Octal 30 123 22 107 0 116 103 162 100 24
Binary 11000 1010011 10010 1000111 0 1001110 1000011 1110010 1000000 10100

Color Harmonies of #185312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185312

Black with #185312

Text Example


Text Example

White with #185312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185312; }

 p { color: rgb(24,83,18); }

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

background-color css

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

 a { background-color: rgb(24,83,18); }

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

border-color css

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

 span { border-color: rgb(24,83,18); }

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