#224B0A

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

Shades of Myrtle #224B0A

Tints of Myrtle #224B0A

Color information

#224B0A (or 0x224B0A) is unknown color: approx Myrtle. HEX triplet: 22, 4B and 0A. RGB value is (34,75,10). Sum of RGB (Red+Green+Blue) = 34+75+10=119 (15% of max value = 765). Red value is 34 (13.67% from 255 or 28.57% from 119); Green value is 75 (29.69% from 255 or 63.03% from 119); Blue value is 10 (4.30% from 255 or 8.40% from 119); Max value from RGB is 75 - color contains mainly: green. Hex color #224B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224B0A is #DDB4F5. Grayscale: #373737. Windows color (decimal): -14529782 or 674594. OLE color: 674594.

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

Color convert

RGB347510-
CMYK0.5500.870.71
HSL97.85º76.47%16.67%-
HSV(B)97.85º86.67%29.41%-
XYZ3.235.391.16-
YUV55.33102.42112.79-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 28.57%
GREEN value IS 75 (29.69% from 255) = 63.03%
BLUE value IS 10 (4.30% from 255) = 8.40%
R=28.57%
G=63.03%
B=8.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3475100.5500.870.7197.8576.4716.67
Hex224BA3705747624c11
Octal421131267012710714211421
Binary100010100101110101101110101011110001111100010100110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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