Html Css Color HEX #245A14 Myrtle

📋 copy color: '#245A14'

red 36 ◦ green 90 ◦ blue 20

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

Shades of Myrtle #245A14

Tints of Myrtle #245A14

RGB

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

 GREEN value IS 90 (35.55% from 255) = 61.64%

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

R = 24.66%
G = 61.64%
B = 13.7%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#245A14 (or 0x245A14) is known color: Myrtle. HEX triplet: 24, 5A and 14. RGB value is (36,90,20). Sum of RGB (Red+Green+Blue) = 36+90+20=146 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.66% from 146); Green value is 90 (35.55% from 255 or 61.64% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 90 - color contains mainly: green. Hex color #245A14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245A14 is #DBA5EB. Grayscale: #424242. Windows color (decimal): -14394860 or 1333796. OLE color: 1333796.

HSL color Cylindrical-coordinate representation of color #245A14: hue angle of 106.29º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #245A14 is Cyan = 0.60, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 36 90 20 -
CMYK 0.60 0 0.78 0.65
HSL 106.29º 0.64% 0.22% -
HSV(B) 106.29º 0.78% 0.35% -
XYZ 4.51 7.74 1.92 -
YUV 65.87 102.11 106.69 -
System Red Green Blue C M Y K H S L
Decimal 36 90 20 0.60 0 0.78 0.65 106.29 0.64 0.22
Hex 24 5A 14 3C 0 4E 41 6A 40 16
Octal 44 132 24 74 0 116 101 152 100 26
Binary 100100 1011010 10100 111100 0 1001110 1000001 1101010 1000000 10110

Color Harmonies of #245A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245A14

Black with #245A14

Text Example


Text Example

White with #245A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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