#225C00

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

Shades of Myrtle #225C00

Tints of Myrtle #225C00

Color information

#225C00 (or 0x225C00) is unknown color: approx Myrtle. HEX triplet: 22, 5C and 00. RGB value is (34,92,0). Sum of RGB (Red+Green+Blue) = 34+92+0=126 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.98% from 126); Green value is 92 (36.33% from 255 or 73.02% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 92 - color contains mainly: green. Hex color #225C00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225C00 is #DDA3FF. Grayscale: #404040. Windows color (decimal): -14525440 or 23586. OLE color: 23586.

HSL color Cylindrical-coordinate representation of color #225C00: hue angle of 97.83º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #225C00 is Cyan = 0.63, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.

Color convert

RGB34920-
CMYK0.63010.64
HSL97.83º100%18.04%-
HSV(B)97.83º100%36.08%-
XYZ4.497.991.31-
YUV64.1791.78106.48-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 26.98%
GREEN value IS 92 (36.33% from 255) = 73.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=26.98%
G=73.02%
B=0%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal349200.63010.6497.8310018.04
Hex225C03F06440626412
Octal42134077014410014214422
Binary100010101110001111110110010010000001100010110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225C00; }

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

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

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

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

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

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

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

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