#225023

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

Shades of Myrtle #225023

Tints of Myrtle #225023

Color information

#225023 (or 0x225023) is unknown color: approx Myrtle. HEX triplet: 22, 50 and 23. RGB value is (34,80,35). Sum of RGB (Red+Green+Blue) = 34+80+35=149 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.82% from 149); Green value is 80 (31.64% from 255 or 53.69% from 149); Blue value is 35 (14.06% from 255 or 23.49% from 149); Max value from RGB is 80 - color contains mainly: green. Hex color #225023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225023 is #DDAFDC. Grayscale: #3D3D3D. Windows color (decimal): -14528477 or 2314274. OLE color: 2314274.

HSL color Cylindrical-coordinate representation of color #225023: hue angle of 121.3º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #225023 is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB348035-
CMYK0.5800.560.69
HSL121.3º40.35%22.35%-
HSV(B)121.3º57.5%31.37%-
XYZ3.836.22.58-
YUV61.12113.26108.66-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.82%
GREEN value IS 80 (31.64% from 255) = 53.69%
BLUE value IS 35 (14.06% from 255) = 23.49%
R=22.82%
G=53.69%
B=23.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3480350.5800.560.69121.340.3522.35
Hex2250233A03845792816
Octal4212043720701051715026
Binary100010101000010001111101001110001000101111100110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225023; }

 p { color: rgb(34,80,35); }

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

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

 a { background-color: rgb(34,80,35); }

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

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

 span { border-color: rgb(34,80,35); }

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