#225437

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

Shades of Kaitoke Green #225437

Tints of Kaitoke Green #225437

Color information

#225437 (or 0x225437) is unknown color: approx Kaitoke Green. HEX triplet: 22, 54 and 37. RGB value is (34,84,55). Sum of RGB (Red+Green+Blue) = 34+84+55=173 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.65% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 55 (21.88% from 255 or 31.79% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #225437 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225437 is #DDABC8. Grayscale: #414141. Windows color (decimal): -14527433 or 3626018. OLE color: 3626018.

HSL color Cylindrical-coordinate representation of color #225437: hue angle of 145.2º 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 #225437 is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB348455-
CMYK0.6000.350.67
HSL145.2º42.37%23.14%-
HSV(B)145.2º59.52%32.94%-
XYZ4.526.964.72-
YUV65.74121.94105.36-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.65%
GREEN value IS 84 (33.20% from 255) = 48.55%
BLUE value IS 55 (21.88% from 255) = 31.79%
R=19.65%
G=48.55%
B=31.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3484550.6000.350.67145.242.3723.14
Hex2254373C02343912a17
Octal4212467740431032215227
Binary1000101010100110111111100010001110000111001000110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225437; }

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

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

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

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

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

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

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

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