#225239

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

Shades of Kaitoke Green #225239

Tints of Kaitoke Green #225239

Color information

#225239 (or 0x225239) is unknown color: approx Kaitoke Green. HEX triplet: 22, 52 and 39. RGB value is (34,82,57). Sum of RGB (Red+Green+Blue) = 34+82+57=173 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.65% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 57 (22.66% from 255 or 32.95% from 173); Max value from RGB is 82 - color contains mainly: green. Hex color #225239 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225239 is #DDADC6. Grayscale: #404040. Windows color (decimal): -14527943 or 3756578. OLE color: 3756578.

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

Color convert

RGB348257-
CMYK0.5900.300.68
HSL148.75º41.38%22.75%-
HSV(B)148.75º58.54%32.16%-
XYZ4.426.674.93-
YUV64.8123.6106.03-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.65%
GREEN value IS 82 (32.42% from 255) = 47.40%
BLUE value IS 57 (22.66% from 255) = 32.95%
R=19.65%
G=47.40%
B=32.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3482570.5900.300.68148.7541.3822.75
Hex2252393B01E44952917
Octal4212271730361042255127
Binary100010101001011100111101101111010001001001010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225239; }

 p { color: rgb(34,82,57); }

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

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

 a { background-color: rgb(34,82,57); }

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

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

 span { border-color: rgb(34,82,57); }

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