#225300

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

Shades of Myrtle #225300

Tints of Myrtle #225300

Color information

#225300 (or 0x225300) is unknown color: approx Myrtle. HEX triplet: 22, 53 and 00. RGB value is (34,83,0). Sum of RGB (Red+Green+Blue) = 34+83+0=117 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.06% from 117); Green value is 83 (32.81% from 255 or 70.94% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 83 - color contains mainly: green. Hex color #225300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225300 is #DDACFF. Grayscale: #3B3B3B. Windows color (decimal): -14527744 or 21282. OLE color: 21282.

HSL color Cylindrical-coordinate representation of color #225300: hue angle of 95.42º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #225300 is Cyan = 0.59, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB34830-
CMYK0.59010.67
HSL95.42º100%16.27%-
HSV(B)95.42º100%32.55%-
XYZ3.756.531.06-
YUV58.8994.77110.25-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 29.06%
GREEN value IS 83 (32.81% from 255) = 70.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=29.06%
G=70.94%
B=0%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal348300.59010.6795.4210016.27
Hex225303B064435f6410
Octal42123073014410313714420
Binary100010101001101110110110010010000111011111110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225300; }

 p { color: rgb(34,83,0); }

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

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

 a { background-color: rgb(34,83,0); }

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

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

 span { border-color: rgb(34,83,0); }

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