#24523A

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

Shades of Kaitoke Green #24523A

Tints of Kaitoke Green #24523A

Color information

#24523A (or 0x24523A) is unknown color: approx Kaitoke Green. HEX triplet: 24, 52 and 3A. RGB value is (36,82,58). Sum of RGB (Red+Green+Blue) = 36+82+58=176 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.45% from 176); Green value is 82 (32.42% from 255 or 46.59% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 82 - color contains mainly: green. Hex color #24523A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24523A is #DBADC5. Grayscale: #414141. Windows color (decimal): -14396870 or 3822116. OLE color: 3822116.

HSL color Cylindrical-coordinate representation of color #24523A: hue angle of 148.7º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #24523A is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.68.

Color convert

RGB368258-
CMYK0.5600.290.68
HSL148.7º38.98%23.14%-
HSV(B)148.7º56.1%32.16%-
XYZ4.516.725.06-
YUV65.51123.76106.95-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.45%
GREEN value IS 82 (32.42% from 255) = 46.59%
BLUE value IS 58 (23.05% from 255) = 32.95%
R=20.45%
G=46.59%
B=32.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3682580.5600.290.68148.738.9823.14
Hex24523A3801D44952717
Octal4412272700351042254727
Binary100100101001011101011100001110110001001001010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24523A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24523A; }

 p { color: rgb(36,82,58); }

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

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

 a { background-color: rgb(36,82,58); }

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

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

 span { border-color: rgb(36,82,58); }

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