#235337

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

Shades of Kaitoke Green #235337

Tints of Kaitoke Green #235337

Color information

#235337 (or 0x235337) is unknown color: approx Kaitoke Green. HEX triplet: 23, 53 and 37. RGB value is (35,83,55). Sum of RGB (Red+Green+Blue) = 35+83+55=173 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.23% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 55 (21.88% from 255 or 31.79% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #235337 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235337 is #DCACC8. Grayscale: #414141. Windows color (decimal): -14462153 or 3625763. OLE color: 3625763.

HSL color Cylindrical-coordinate representation of color #235337: hue angle of 145º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #235337 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB358355-
CMYK0.5800.340.67
HSL145º40.68%23.14%-
HSV(B)145º57.83%32.55%-
XYZ4.486.824.69-
YUV65.46122.1106.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.23%
GREEN value IS 83 (32.81% from 255) = 47.98%
BLUE value IS 55 (21.88% from 255) = 31.79%
R=20.23%
G=47.98%
B=31.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3583550.5800.340.6714540.6823.14
Hex2353373A02243912917
Octal4312367720421032215127
Binary1000111010011110111111010010001010000111001000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235337; }

 p { color: rgb(35,83,55); }

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

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

 a { background-color: rgb(35,83,55); }

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

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

 span { border-color: rgb(35,83,55); }

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