#245F01

Color #245F01 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #245F01

Tints of Myrtle #245F01

Color information

#245F01 (or 0x245F01) is unknown color: approx Myrtle. HEX triplet: 24, 5F and 01. RGB value is (36,95,1). Sum of RGB (Red+Green+Blue) = 36+95+1=132 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.27% from 132); Green value is 95 (37.5% from 255 or 71.97% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 95 - color contains mainly: green. Hex color #245F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245F01 is #DBA0FE. Grayscale: #424242. Windows color (decimal): -14393599 or 89892. OLE color: 89892.

HSL color Cylindrical-coordinate representation of color #245F01: hue angle of 97.66º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #245F01 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.63.

Color convert

RGB36951-
CMYK0.6200.990.63
HSL97.66º97.92%18.82%-
HSV(B)97.66º98.95%37.25%-
XYZ4.838.561.43-
YUV66.6490.95106.14-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 27.27%
GREEN value IS 95 (37.5% from 255) = 71.97%
BLUE value IS 1 (0.78% from 255) = 0.76%
R=27.27%
G=71.97%
B=0.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal369510.6200.990.6397.6697.9218.82
Hex245F13E0633F626213
Octal4413717601437714214223
Binary10010010111111111110011000111111111100010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,95,1); }

 H1.HeaderClassName
 {
   color: #245F01;
 }
 .AnyTagClassName
 {
   color: #245F01;
 }
</style>
background-color css

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

 a { background-color: rgb(36,95,1); }

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

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

 span { border-color: rgb(36,95,1); }

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