#224F01

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

Shades of Myrtle #224F01

Tints of Myrtle #224F01

Color information

#224F01 (or 0x224F01) is unknown color: approx Myrtle. HEX triplet: 22, 4F and 01. RGB value is (34,79,1). Sum of RGB (Red+Green+Blue) = 34+79+1=114 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.82% from 114); Green value is 79 (31.25% from 255 or 69.30% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 79 - color contains mainly: green. Hex color #224F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #224F01 is #DDB0FE. Grayscale: #383838. Windows color (decimal): -14528767 or 85794. OLE color: 85794.

HSL color Cylindrical-coordinate representation of color #224F01: hue angle of 94.62º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #224F01 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB34791-
CMYK0.5700.990.69
HSL94.62º97.5%15.69%-
HSV(B)94.62º98.73%30.98%-
XYZ3.465.930.99-
YUV56.6596.59111.84-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 29.82%
GREEN value IS 79 (31.25% from 255) = 69.30%
BLUE value IS 1 (0.78% from 255) = 0.88%
R=29.82%
G=69.30%
B=0.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal347910.5700.990.6994.6297.515.69
Hex224F139063455f6210
Octal42117171014310513714220
Binary100010100111111110010110001110001011011111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,79,1); }

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

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

 a { background-color: rgb(34,79,1); }

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

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

 span { border-color: rgb(34,79,1); }

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