#225136

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

Shades of Kaitoke Green #225136

Tints of Kaitoke Green #225136

Color information

#225136 (or 0x225136) is unknown color: approx Kaitoke Green. HEX triplet: 22, 51 and 36. RGB value is (34,81,54). Sum of RGB (Red+Green+Blue) = 34+81+54=169 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.12% from 169); Green value is 81 (32.03% from 255 or 47.93% from 169); Blue value is 54 (21.48% from 255 or 31.95% from 169); Max value from RGB is 81 - color contains mainly: green. Hex color #225136 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225136 is #DDAEC9. Grayscale: #3F3F3F. Windows color (decimal): -14528202 or 3559714. OLE color: 3559714.

HSL color Cylindrical-coordinate representation of color #225136: hue angle of 145.53º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #225136 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB348154-
CMYK0.5800.330.68
HSL145.53º40.87%22.55%-
HSV(B)145.53º58.02%31.76%-
XYZ4.276.494.52-
YUV63.87122.43106.7-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.12%
GREEN value IS 81 (32.03% from 255) = 47.93%
BLUE value IS 54 (21.48% from 255) = 31.95%
R=20.12%
G=47.93%
B=31.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3481540.5800.330.68145.5340.8722.55
Hex2251363A02144922917
Octal4212166720411042225127
Binary1000101010001110110111010010000110001001001001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225136; }

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

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

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

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

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

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

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

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