#245533

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

Shades of Kaitoke Green #245533

Tints of Kaitoke Green #245533

Color information

#245533 (or 0x245533) is unknown color: approx Kaitoke Green. HEX triplet: 24, 55 and 33. RGB value is (36,85,51). Sum of RGB (Red+Green+Blue) = 36+85+51=172 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.93% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #245533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245533 is #DBAACC. Grayscale: #424242. Windows color (decimal): -14396109 or 3364132. OLE color: 3364132.

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

Color convert

RGB368551-
CMYK0.5800.400.67
HSL138.37º40.5%23.73%-
HSV(B)138.37º57.65%33.33%-
XYZ4.577.114.26-
YUV66.47119.27106.26-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.93%
GREEN value IS 85 (33.59% from 255) = 49.42%
BLUE value IS 51 (20.31% from 255) = 29.65%
R=20.93%
G=49.42%
B=29.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3685510.5800.400.67138.3740.523.73
Hex2455333A028438a2818
Octal4412563720501032125030
Binary1001001010101110011111010010100010000111000101010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245533; }

 p { color: rgb(36,85,51); }

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

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

 a { background-color: rgb(36,85,51); }

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

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

 span { border-color: rgb(36,85,51); }

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