#245338

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

Shades of Kaitoke Green #245338

Tints of Kaitoke Green #245338

Color information

#245338 (or 0x245338) is unknown color: approx Kaitoke Green. HEX triplet: 24, 53 and 38. RGB value is (36,83,56). Sum of RGB (Red+Green+Blue) = 36+83+56=175 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.57% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #245338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245338 is #DBACC7. Grayscale: #414141. Windows color (decimal): -14396616 or 3691300. OLE color: 3691300.

HSL color Cylindrical-coordinate representation of color #245338: hue angle of 145.53º 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 #245338 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB368356-
CMYK0.5700.330.67
HSL145.53º39.5%23.33%-
HSV(B)145.53º56.63%32.55%-
XYZ4.536.854.82-
YUV65.87122.43106.7-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.57%
GREEN value IS 83 (32.81% from 255) = 47.43%
BLUE value IS 56 (22.27% from 255) = 32%
R=20.57%
G=47.43%
B=32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3683560.5700.330.67145.5339.523.33
Hex2453383902143922717
Octal4412370710411032224727
Binary1001001010011111000111001010000110000111001001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245338; }

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

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

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

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

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

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

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

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