#235935

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

Shades of Kaitoke Green #235935

Tints of Kaitoke Green #235935

Color information

#235935 (or 0x235935) is unknown color: approx Kaitoke Green. HEX triplet: 23, 59 and 35. RGB value is (35,89,53). Sum of RGB (Red+Green+Blue) = 35+89+53=177 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.77% from 177); Green value is 89 (35.16% from 255 or 50.28% from 177); Blue value is 53 (21.09% from 255 or 29.94% from 177); Max value from RGB is 89 - color contains mainly: green. Hex color #235935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235935 is #DCA6CA. Grayscale: #444444. Windows color (decimal): -14460619 or 3496227. OLE color: 3496227.

HSL color Cylindrical-coordinate representation of color #235935: hue angle of 140º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #235935 is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB358953-
CMYK0.6100.400.65
HSL140º43.55%24.31%-
HSV(B)140º60.67%34.9%-
XYZ4.917.764.61-
YUV68.75119.11103.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.77%
GREEN value IS 89 (35.16% from 255) = 50.28%
BLUE value IS 53 (21.09% from 255) = 29.94%
R=19.77%
G=50.28%
B=29.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3589530.6100.400.6514043.5524.31
Hex2359353D028418c2c18
Octal4313165750501012145430
Binary1000111011001110101111101010100010000011000110010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235935; }

 p { color: rgb(35,89,53); }

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

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

 a { background-color: rgb(35,89,53); }

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

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

 span { border-color: rgb(35,89,53); }

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