#245832

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

Shades of Kaitoke Green #245832

Tints of Kaitoke Green #245832

Color information

#245832 (or 0x245832) is unknown color: approx Kaitoke Green. HEX triplet: 24, 58 and 32. RGB value is (36,88,50). Sum of RGB (Red+Green+Blue) = 36+88+50=174 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.69% from 174); Green value is 88 (34.77% from 255 or 50.57% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 88 - color contains mainly: green. Hex color #245832 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245832 is #DBA7CD. Grayscale: #444444. Windows color (decimal): -14395342 or 3299364. OLE color: 3299364.

HSL color Cylindrical-coordinate representation of color #245832: hue angle of 136.15º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #245832 is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB368850-
CMYK0.5900.430.65
HSL136.15º41.94%24.31%-
HSV(B)136.15º59.09%34.51%-
XYZ4.797.584.23-
YUV68.12117.77105.09-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.69%
GREEN value IS 88 (34.77% from 255) = 50.57%
BLUE value IS 50 (19.92% from 255) = 28.74%
R=20.69%
G=50.57%
B=28.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3688500.5900.430.65136.1541.9424.31
Hex2458323B02B41882a18
Octal4413062730531012105230
Binary1001001011000110010111011010101110000011000100010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245832; }

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

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

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

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

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

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

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

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