#245332

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

Shades of Kaitoke Green #245332

Tints of Kaitoke Green #245332

Color information

#245332 (or 0x245332) is unknown color: approx Kaitoke Green. HEX triplet: 24, 53 and 32. RGB value is (36,83,50). Sum of RGB (Red+Green+Blue) = 36+83+50=169 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.30% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #245332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245332 is #DBACCD. Grayscale: #414141. Windows color (decimal): -14396622 or 3298084. OLE color: 3298084.

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

Color convert

RGB368350-
CMYK0.5700.400.67
HSL137.87º39.5%23.33%-
HSV(B)137.87º56.63%32.55%-
XYZ4.46.794.1-
YUV65.18119.43107.18-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.30%
GREEN value IS 83 (32.81% from 255) = 49.11%
BLUE value IS 50 (19.92% from 255) = 29.59%
R=21.30%
G=49.11%
B=29.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3683500.5700.400.67137.8739.523.33
Hex24533239028438a2717
Octal4412362710501032124727
Binary1001001010011110010111001010100010000111000101010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245332; }

 p { color: rgb(36,83,50); }

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

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

 a { background-color: rgb(36,83,50); }

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

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

 span { border-color: rgb(36,83,50); }

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