Html Css Color HEX #245013 Myrtle

📋 copy color: '#245013'

red 36 ◦ green 80 ◦ blue 19

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

Shades of Myrtle #245013

Tints of Myrtle #245013

RGB

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

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

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

R = 26.67%
G = 59.26%
B = 14.07%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#245013 (or 0x245013) is known color: Myrtle. HEX triplet: 24, 50 and 13. RGB value is (36,80,19). Sum of RGB (Red+Green+Blue) = 36+80+19=135 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.67% from 135); Green value is 80 (31.64% from 255 or 59.26% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 80 - color contains mainly: green. Hex color #245013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245013 is #DBAFEC. Grayscale: #3C3C3C. Windows color (decimal): -14397421 or 1265700. OLE color: 1265700.

HSL color Cylindrical-coordinate representation of color #245013: hue angle of 103.28º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #245013 is Cyan = 0.55, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB 36 80 19 -
CMYK 0.55 0 0.76 0.69
HSL 103.28º 0.62% 0.19% -
HSV(B) 103.28º 0.76% 0.31% -
XYZ 3.71 6.16 1.61 -
YUV 59.89 104.92 110.96 -
System Red Green Blue C M Y K H S L
Decimal 36 80 19 0.55 0 0.76 0.69 103.28 0.62 0.19
Hex 24 50 13 37 0 4C 45 67 3E 13
Octal 44 120 23 67 0 114 105 147 76 23
Binary 100100 1010000 10011 110111 0 1001100 1000101 1100111 111110 10011

Color Harmonies of #245013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245013

Black with #245013

Text Example


Text Example

White with #245013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245013; }

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

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

background-color css

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

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

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

border-color css

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

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

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