#23532C

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

Shades of Kaitoke Green #23532C

Tints of Kaitoke Green #23532C

Color information

#23532C (or 0x23532C) is unknown color: approx Kaitoke Green. HEX triplet: 23, 53 and 2C. RGB value is (35,83,44). Sum of RGB (Red+Green+Blue) = 35+83+44=162 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.60% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #23532C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23532C is #DCACD3. Grayscale: #404040. Windows color (decimal): -14462164 or 2904867. OLE color: 2904867.

HSL color Cylindrical-coordinate representation of color #23532C: hue angle of 131.25º 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 #23532C is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB358344-
CMYK0.5800.470.67
HSL131.25º40.68%23.14%-
HSV(B)131.25º57.83%32.55%-
XYZ4.246.733.46-
YUV64.2116.6107.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.60%
GREEN value IS 83 (32.81% from 255) = 51.23%
BLUE value IS 44 (17.58% from 255) = 27.16%
R=21.60%
G=51.23%
B=27.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3583440.5800.470.67131.2540.6823.14
Hex23532C3A02F43832917
Octal4312354720571032035127
Binary1000111010011101100111010010111110000111000001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23532C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23532C; }

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

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

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

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

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

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

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

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