#225B36

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

Shades of Kaitoke Green #225B36

Tints of Kaitoke Green #225B36

Color information

#225B36 (or 0x225B36) is unknown color: approx Kaitoke Green. HEX triplet: 22, 5B and 36. RGB value is (34,91,54). Sum of RGB (Red+Green+Blue) = 34+91+54=179 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.99% from 179); Green value is 91 (35.94% from 255 or 50.84% from 179); Blue value is 54 (21.48% from 255 or 30.17% from 179); Max value from RGB is 91 - color contains mainly: green. Hex color #225B36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225B36 is #DDA4C9. Grayscale: #454545. Windows color (decimal): -14525642 or 3562274. OLE color: 3562274.

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

Color convert

RGB349154-
CMYK0.6300.410.64
HSL141.05º45.6%24.51%-
HSV(B)141.05º62.64%35.69%-
XYZ5.078.094.78-
YUV69.74119.12102.51-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.99%
GREEN value IS 91 (35.94% from 255) = 50.84%
BLUE value IS 54 (21.48% from 255) = 30.17%
R=18.99%
G=50.84%
B=30.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3491540.6300.410.64141.0545.624.51
Hex225B363F029408d2e19
Octal4213366770511002155631
Binary1000101011011110110111111010100110000001000110110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,91,54); }

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

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

 a { background-color: rgb(34,91,54); }

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

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

 span { border-color: rgb(34,91,54); }

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