Html Css Color HEX #185F14 Myrtle

📋 copy color: '#185F14'

red 24 ◦ green 95 ◦ blue 20

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

Shades of Myrtle #185F14

Tints of Myrtle #185F14

RGB

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

 GREEN value IS 95 (37.5% from 255) = 68.35%

 BLUE value IS 20 (8.2% from 255) = 14.39%

R = 17.27%
G = 68.35%
B = 14.39%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.79

 K value IS 0.63

RGB Variations

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

Color information

#185F14 (or 0x185F14) is known color: Myrtle. HEX triplet: 18, 5F and 14. RGB value is (24,95,20). Sum of RGB (Red+Green+Blue) = 24+95+20=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 95 (37.5% from 255 or 68.35% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 95 - color contains mainly: green. Hex color #185F14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185F14 is #E7A0EB. Grayscale: #414141. Windows color (decimal): -15180012 or 1335064. OLE color: 1335064.

HSL color Cylindrical-coordinate representation of color #185F14: hue angle of 116.8º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #185F14 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.63.

Color convert

RGB 24 95 20 -
CMYK 0.75 0 0.79 0.63
HSL 116.8º 0.65% 0.23% -
HSV(B) 116.8º 0.79% 0.37% -
XYZ 4.6 8.43 2.05 -
YUV 65.22 102.48 98.6 -
System Red Green Blue C M Y K H S L
Decimal 24 95 20 0.75 0 0.79 0.63 116.8 0.65 0.23
Hex 18 5F 14 4B 0 4F 3F 75 41 17
Octal 30 137 24 113 0 117 77 165 101 27
Binary 11000 1011111 10100 1001011 0 1001111 111111 1110101 1000001 10111

Color Harmonies of #185F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185F14

Black with #185F14

Text Example


Text Example

White with #185F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185F14; }

 p { color: rgb(24,95,20); }

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

background-color css

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

 a { background-color: rgb(24,95,20); }

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

border-color css

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

 span { border-color: rgb(24,95,20); }

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