#244D32

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

Shades of Kaitoke Green #244D32

Tints of Kaitoke Green #244D32

Color information

#244D32 (or 0x244D32) is unknown color: approx Kaitoke Green. HEX triplet: 24, 4D and 32. RGB value is (36,77,50). Sum of RGB (Red+Green+Blue) = 36+77+50=163 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.09% from 163); Green value is 77 (30.47% from 255 or 47.24% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 77 - color contains mainly: green. Hex color #244D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #244D32 is #DBB2CD. Grayscale: #3D3D3D. Windows color (decimal): -14398158 or 3296548. OLE color: 3296548.

HSL color Cylindrical-coordinate representation of color #244D32: hue angle of 140.49º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #244D32 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.70.

Color convert

RGB367750-
CMYK0.5300.350.70
HSL140.49º36.28%22.16%-
HSV(B)140.49º53.25%30.2%-
XYZ3.965.913.95-
YUV61.66121.42109.7-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.09%
GREEN value IS 77 (30.47% from 255) = 47.24%
BLUE value IS 50 (19.92% from 255) = 30.67%
R=22.09%
G=47.24%
B=30.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3677500.5300.350.70140.4936.2822.16
Hex244D3235023468c2416
Octal4411562650431062144426
Binary1001001001101110010110101010001110001101000110010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244D32; }

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

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

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

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

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

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

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

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