#225035

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

Shades of Kaitoke Green #225035

Tints of Kaitoke Green #225035

Color information

#225035 (or 0x225035) is unknown color: approx Kaitoke Green. HEX triplet: 22, 50 and 35. RGB value is (34,80,53). Sum of RGB (Red+Green+Blue) = 34+80+53=167 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.36% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 53 (21.09% from 255 or 31.74% from 167); Max value from RGB is 80 - color contains mainly: green. Hex color #225035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225035 is #DDAFCA. Grayscale: #3F3F3F. Windows color (decimal): -14528459 or 3493922. OLE color: 3493922.

HSL color Cylindrical-coordinate representation of color #225035: hue angle of 144.78º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #225035 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.69.

Color convert

RGB348053-
CMYK0.5800.340.69
HSL144.78º40.35%22.35%-
HSV(B)144.78º57.5%31.37%-
XYZ4.176.334.37-
YUV63.17122.26107.2-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.36%
GREEN value IS 80 (31.64% from 255) = 47.90%
BLUE value IS 53 (21.09% from 255) = 31.74%
R=20.36%
G=47.90%
B=31.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3480530.5800.340.69144.7840.3522.35
Hex2250353A02245912816
Octal4212065720421052215026
Binary1000101010000110101111010010001010001011001000110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225035; }

 p { color: rgb(34,80,53); }

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

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

 a { background-color: rgb(34,80,53); }

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

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

 span { border-color: rgb(34,80,53); }

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