Html Css Color HEX #246013 Myrtle

📋 copy color: '#246013'

red 36 ◦ green 96 ◦ blue 19

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

Shades of Myrtle #246013

Tints of Myrtle #246013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.58%

R = 23.84%
G = 63.58%
B = 12.58%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#246013 (or 0x246013) is known color: Myrtle. HEX triplet: 24, 60 and 13. RGB value is (36,96,19). Sum of RGB (Red+Green+Blue) = 36+96+19=151 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.84% from 151); Green value is 96 (37.89% from 255 or 63.58% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 96 - color contains mainly: green. Hex color #246013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #246013 is #DB9FEC. Grayscale: #454545. Windows color (decimal): -14393325 or 1269796. OLE color: 1269796.

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

Color convert

RGB 36 96 19 -
CMYK 0.62 0 0.80 0.62
HSL 106.75º 0.67% 0.23% -
HSV(B) 106.75º 0.8% 0.38% -
XYZ 5.03 8.79 2.05 -
YUV 69.28 99.62 104.26 -
System Red Green Blue C M Y K H S L
Decimal 36 96 19 0.62 0 0.80 0.62 106.75 0.67 0.23
Hex 24 60 13 3E 0 50 3E 6B 43 17
Octal 44 140 23 76 0 120 76 153 103 27
Binary 100100 1100000 10011 111110 0 1010000 111110 1101011 1000011 10111

Color Harmonies of #246013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246013

Black with #246013

Text Example


Text Example

White with #246013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246013; }

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

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

background-color css

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

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

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

border-color css

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

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

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