#225314

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

Shades of Myrtle #225314

Tints of Myrtle #225314

Color information

#225314 (or 0x225314) is unknown color: approx Myrtle. HEX triplet: 22, 53 and 14. RGB value is (34,83,20). Sum of RGB (Red+Green+Blue) = 34+83+20=137 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.82% from 137); Green value is 83 (32.81% from 255 or 60.58% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 83 - color contains mainly: green. Hex color #225314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225314 is #DDACEB. Grayscale: #3D3D3D. Windows color (decimal): -14527724 or 1332002. OLE color: 1332002.

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

Color convert

RGB348320-
CMYK0.5900.760.67
HSL106.67º61.17%20.2%-
HSV(B)106.67º75.9%32.55%-
XYZ3.886.581.73-
YUV61.17104.77108.62-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.82%
GREEN value IS 83 (32.81% from 255) = 60.58%
BLUE value IS 20 (8.20% from 255) = 14.60%
R=24.82%
G=60.58%
B=14.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3483200.5900.760.67106.6761.1720.2
Hex2253143B04C436b3d14
Octal42123247301141031537524
Binary100010101001110100111011010011001000011110101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225314; }

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

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

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

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

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

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

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

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