#224B07

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

Shades of Myrtle #224B07

Tints of Myrtle #224B07

Color information

#224B07 (or 0x224B07) is unknown color: approx Myrtle. HEX triplet: 22, 4B and 07. RGB value is (34,75,7). Sum of RGB (Red+Green+Blue) = 34+75+7=116 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.31% from 116); Green value is 75 (29.69% from 255 or 64.66% from 116); Blue value is 7 (3.12% from 255 or 6.03% from 116); Max value from RGB is 75 - color contains mainly: green. Hex color #224B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224B07 is #DDB4F8. Grayscale: #373737. Windows color (decimal): -14529785 or 477986. OLE color: 477986.

HSL color Cylindrical-coordinate representation of color #224B07: hue angle of 96.18º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #224B07 is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.71.

Color convert

RGB34757-
CMYK0.5500.910.71
HSL96.18º82.93%16.08%-
HSV(B)96.18º90.67%29.41%-
XYZ3.215.391.07-
YUV54.99100.92113.03-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 29.31%
GREEN value IS 75 (29.69% from 255) = 64.66%
BLUE value IS 7 (3.12% from 255) = 6.03%
R=29.31%
G=64.66%
B=6.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal347570.5500.910.7196.1882.9316.08
Hex224B73705B47605310
Octal42113767013310714012320
Binary10001010010111111101110101101110001111100000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,75,7); }

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

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

 a { background-color: rgb(34,75,7); }

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

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

 span { border-color: rgb(34,75,7); }

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