#225436

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

Shades of Kaitoke Green #225436

Tints of Kaitoke Green #225436

Color information

#225436 (or 0x225436) is unknown color: approx Kaitoke Green. HEX triplet: 22, 54 and 36. RGB value is (34,84,54). Sum of RGB (Red+Green+Blue) = 34+84+54=172 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.77% from 172); Green value is 84 (33.20% from 255 or 48.84% from 172); Blue value is 54 (21.48% from 255 or 31.40% from 172); Max value from RGB is 84 - color contains mainly: green. Hex color #225436 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225436 is #DDABC9. Grayscale: #414141. Windows color (decimal): -14527434 or 3560482. OLE color: 3560482.

HSL color Cylindrical-coordinate representation of color #225436: hue angle of 144º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #225436 is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB348454-
CMYK0.6000.360.67
HSL144º42.37%23.14%-
HSV(B)144º59.52%32.94%-
XYZ4.56.954.59-
YUV65.63121.44105.44-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.77%
GREEN value IS 84 (33.20% from 255) = 48.84%
BLUE value IS 54 (21.48% from 255) = 31.40%
R=19.77%
G=48.84%
B=31.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3484540.6000.360.6714442.3723.14
Hex2254363C02443902a17
Octal4212466740441032205227
Binary1000101010100110110111100010010010000111001000010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225436; }

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

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

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

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

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

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

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

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