#225533

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

Shades of Kaitoke Green #225533

Tints of Kaitoke Green #225533

Color information

#225533 (or 0x225533) is unknown color: approx Kaitoke Green. HEX triplet: 22, 55 and 33. RGB value is (34,85,51). Sum of RGB (Red+Green+Blue) = 34+85+51=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 51 (20.31% from 255 or 30% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #225533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225533 is #DDAACC. Grayscale: #414141. Windows color (decimal): -14527181 or 3364130. OLE color: 3364130.

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

Color convert

RGB348551-
CMYK0.6000.400.67
HSL140º42.86%23.33%-
HSV(B)140º60%33.33%-
XYZ4.517.084.26-
YUV65.88119.6105.26-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20%
GREEN value IS 85 (33.59% from 255) = 50%
BLUE value IS 51 (20.31% from 255) = 30%
R=20%
G=50%
B=30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3485510.6000.400.6714042.8623.33
Hex2255333C028438c2b17
Octal4212563740501032145327
Binary1000101010101110011111100010100010000111000110010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225533; }

 p { color: rgb(34,85,51); }

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

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

 a { background-color: rgb(34,85,51); }

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

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

 span { border-color: rgb(34,85,51); }

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