Html Css Color HEX #245513 Myrtle

📋 copy color: '#245513'

red 36 ◦ green 85 ◦ blue 19

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

Shades of Myrtle #245513

Tints of Myrtle #245513

RGB

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

 GREEN value IS 85 (33.59% from 255) = 60.71%

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

R = 25.71%
G = 60.71%
B = 13.57%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#245513 (or 0x245513) is known color: Myrtle. HEX triplet: 24, 55 and 13. RGB value is (36,85,19). Sum of RGB (Red+Green+Blue) = 36+85+19=140 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.71% from 140); Green value is 85 (33.59% from 255 or 60.71% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 85 - color contains mainly: green. Hex color #245513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245513 is #DBAAEC. Grayscale: #3F3F3F. Windows color (decimal): -14396141 or 1266980. OLE color: 1266980.

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

Color convert

RGB 36 85 19 -
CMYK 0.58 0 0.78 0.67
HSL 104.55º 0.63% 0.2% -
HSV(B) 104.55º 0.78% 0.33% -
XYZ 4.09 6.92 1.74 -
YUV 62.83 103.27 108.87 -
System Red Green Blue C M Y K H S L
Decimal 36 85 19 0.58 0 0.78 0.67 104.55 0.63 0.2
Hex 24 55 13 3A 0 4E 43 69 3F 14
Octal 44 125 23 72 0 116 103 151 77 24
Binary 100100 1010101 10011 111010 0 1001110 1000011 1101001 111111 10100

Color Harmonies of #245513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245513

Black with #245513

Text Example


Text Example

White with #245513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245513; }

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

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

background-color css

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

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

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

border-color css

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

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

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