#235539

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

Shades of Kaitoke Green #235539

Tints of Kaitoke Green #235539

Color information

#235539 (or 0x235539) is unknown color: approx Kaitoke Green. HEX triplet: 23, 55 and 39. RGB value is (35,85,57). Sum of RGB (Red+Green+Blue) = 35+85+57=177 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.77% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 57 (22.66% from 255 or 32.20% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #235539 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235539 is #DCAAC6. Grayscale: #424242. Windows color (decimal): -14461639 or 3757347. OLE color: 3757347.

HSL color Cylindrical-coordinate representation of color #235539: hue angle of 146.4º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #235539 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB358557-
CMYK0.5900.330.67
HSL146.4º41.67%23.53%-
HSV(B)146.4º58.82%33.33%-
XYZ4.687.155-
YUV66.86122.44105.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.77%
GREEN value IS 85 (33.59% from 255) = 48.02%
BLUE value IS 57 (22.66% from 255) = 32.20%
R=19.77%
G=48.02%
B=32.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3585570.5900.330.67146.441.6723.53
Hex2355393B02143922a18
Octal4312571730411032225230
Binary1000111010101111001111011010000110000111001001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235539; }

 p { color: rgb(35,85,57); }

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

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

 a { background-color: rgb(35,85,57); }

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

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

 span { border-color: rgb(35,85,57); }

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