#224C08

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

Shades of Myrtle #224C08

Tints of Myrtle #224C08

Color information

#224C08 (or 0x224C08) is unknown color: approx Myrtle. HEX triplet: 22, 4C and 08. RGB value is (34,76,8). Sum of RGB (Red+Green+Blue) = 34+76+8=118 (15% of max value = 765). Red value is 34 (13.67% from 255 or 28.81% from 118); Green value is 76 (30.08% from 255 or 64.41% from 118); Blue value is 8 (3.52% from 255 or 6.78% from 118); Max value from RGB is 76 - color contains mainly: green. Hex color #224C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224C08 is #DDB3F7. Grayscale: #373737. Windows color (decimal): -14529528 or 543778. OLE color: 543778.

HSL color Cylindrical-coordinate representation of color #224C08: hue angle of 97.06º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #224C08 is Cyan = 0.55, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.70.

Color convert

RGB34768-
CMYK0.5500.890.70
HSL97.06º80.95%16.47%-
HSV(B)97.06º89.47%29.8%-
XYZ3.295.531.12-
YUV55.69101.09112.53-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 28.81%
GREEN value IS 76 (30.08% from 255) = 64.41%
BLUE value IS 8 (3.52% from 255) = 6.78%
R=28.81%
G=64.41%
B=6.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal347680.5500.890.7097.0680.9516.47
Hex224C83705946615110
Octal421141067013110614112120
Binary100010100110010001101110101100110001101100001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,76,8); }

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

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

 a { background-color: rgb(34,76,8); }

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

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

 span { border-color: rgb(34,76,8); }

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