#225037

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

Shades of Kaitoke Green #225037

Tints of Kaitoke Green #225037

Color information

#225037 (or 0x225037) is unknown color: approx Kaitoke Green. HEX triplet: 22, 50 and 37. RGB value is (34,80,55). Sum of RGB (Red+Green+Blue) = 34+80+55=169 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.12% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 80 - color contains mainly: green. Hex color #225037 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225037 is #DDAFC8. Grayscale: #3F3F3F. Windows color (decimal): -14528457 or 3624994. OLE color: 3624994.

HSL color Cylindrical-coordinate representation of color #225037: hue angle of 147.39º 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 #225037 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.69.

Color convert

RGB348055-
CMYK0.5800.310.69
HSL147.39º40.35%22.35%-
HSV(B)147.39º57.5%31.37%-
XYZ4.226.354.62-
YUV63.4123.26107.03-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.12%
GREEN value IS 80 (31.64% from 255) = 47.34%
BLUE value IS 55 (21.88% from 255) = 32.54%
R=20.12%
G=47.34%
B=32.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3480550.5800.310.69147.3940.3522.35
Hex2250373A01F45932816
Octal4212067720371052235026
Binary100010101000011011111101001111110001011001001110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225037; }

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

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

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

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

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

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

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

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