Html Css Color HEX #245015 Myrtle

📋 copy color: '#245015'

red 36 ◦ green 80 ◦ blue 21

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

Shades of Myrtle #245015

Tints of Myrtle #245015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.33%

R = 26.28%
G = 58.39%
B = 15.33%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#245015 (or 0x245015) is known color: Myrtle. HEX triplet: 24, 50 and 15. RGB value is (36,80,21). Sum of RGB (Red+Green+Blue) = 36+80+21=137 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.28% from 137); Green value is 80 (31.64% from 255 or 58.39% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 80 - color contains mainly: green. Hex color #245015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245015 is #DBAFEA. Grayscale: #3C3C3C. Windows color (decimal): -14397419 or 1396772. OLE color: 1396772.

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

Color convert

RGB 36 80 21 -
CMYK 0.55 0 0.74 0.69
HSL 104.75º 0.58% 0.2% -
HSV(B) 104.75º 0.74% 0.31% -
XYZ 3.73 6.17 1.7 -
YUV 60.12 105.92 110.8 -
System Red Green Blue C M Y K H S L
Decimal 36 80 21 0.55 0 0.74 0.69 104.75 0.58 0.2
Hex 24 50 15 37 0 4A 45 69 3A 14
Octal 44 120 25 67 0 112 105 151 72 24
Binary 100100 1010000 10101 110111 0 1001010 1000101 1101001 111010 10100

Color Harmonies of #245015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245015

Black with #245015

Text Example


Text Example

White with #245015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245015; }

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

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

background-color css

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

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

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

border-color css

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

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

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