#235A36

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

Shades of Kaitoke Green #235A36

Tints of Kaitoke Green #235A36

Color information

#235A36 (or 0x235A36) is unknown color: approx Kaitoke Green. HEX triplet: 23, 5A and 36. RGB value is (35,90,54). Sum of RGB (Red+Green+Blue) = 35+90+54=179 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.55% from 179); Green value is 90 (35.55% from 255 or 50.28% from 179); Blue value is 54 (21.48% from 255 or 30.17% from 179); Max value from RGB is 90 - color contains mainly: green. Hex color #235A36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235A36 is #DCA5C9. Grayscale: #454545. Windows color (decimal): -14460362 or 3562019. OLE color: 3562019.

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

Color convert

RGB359054-
CMYK0.6100.400.65
HSL140.73º44%24.51%-
HSV(B)140.73º61.11%35.29%-
XYZ5.027.944.76-
YUV69.45119.28103.43-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.55%
GREEN value IS 90 (35.55% from 255) = 50.28%
BLUE value IS 54 (21.48% from 255) = 30.17%
R=19.55%
G=50.28%
B=30.17%

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
Decimal3590540.6100.400.65140.734424.51
Hex235A363D028418d2c19
Octal4313266750501012155431
Binary1000111011010110110111101010100010000011000110110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235A36; }

 p { color: rgb(35,90,54); }

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

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

 a { background-color: rgb(35,90,54); }

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

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

 span { border-color: rgb(35,90,54); }

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