Html Css Color HEX #246014 Myrtle

📋 copy color: '#246014'

red 36 ◦ green 96 ◦ blue 20

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

Shades of Myrtle #246014

Tints of Myrtle #246014

RGB

 RED value IS 36 (14.45% from 255) = 23.68%

 GREEN value IS 96 (37.89% from 255) = 63.16%

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

R = 23.68%
G = 63.16%
B = 13.16%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#246014 (or 0x246014) is known color: Myrtle. HEX triplet: 24, 60 and 14. RGB value is (36,96,20). Sum of RGB (Red+Green+Blue) = 36+96+20=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 96 (37.89% from 255 or 63.16% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 96 - color contains mainly: green. Hex color #246014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #246014 is #DB9FEB. Grayscale: #454545. Windows color (decimal): -14393324 or 1335332. OLE color: 1335332.

HSL color Cylindrical-coordinate representation of color #246014: hue angle of 107.37º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #246014 is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 36 96 20 -
CMYK 0.62 0 0.79 0.62
HSL 107.37º 0.66% 0.23% -
HSV(B) 107.37º 0.79% 0.38% -
XYZ 5.04 8.79 2.09 -
YUV 69.4 100.12 104.18 -
System Red Green Blue C M Y K H S L
Decimal 36 96 20 0.62 0 0.79 0.62 107.37 0.66 0.23
Hex 24 60 14 3E 0 4F 3E 6B 42 17
Octal 44 140 24 76 0 117 76 153 102 27
Binary 100100 1100000 10100 111110 0 1001111 111110 1101011 1000010 10111

Color Harmonies of #246014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246014

Black with #246014

Text Example


Text Example

White with #246014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246014; }

 p { color: rgb(36,96,20); }

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

background-color css

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

 a { background-color: rgb(36,96,20); }

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

border-color css

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

 span { border-color: rgb(36,96,20); }

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