#245335

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

Shades of Kaitoke Green #245335

Tints of Kaitoke Green #245335

Color information

#245335 (or 0x245335) is unknown color: approx Kaitoke Green. HEX triplet: 24, 53 and 35. RGB value is (36,83,53). Sum of RGB (Red+Green+Blue) = 36+83+53=172 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.93% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #245335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245335 is #DBACCA. Grayscale: #414141. Windows color (decimal): -14396619 or 3494692. OLE color: 3494692.

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

Color convert

RGB368353-
CMYK0.5700.360.67
HSL141.7º39.5%23.33%-
HSV(B)141.7º56.63%32.55%-
XYZ4.466.824.45-
YUV65.53120.93106.94-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.93%
GREEN value IS 83 (32.81% from 255) = 48.26%
BLUE value IS 53 (21.09% from 255) = 30.81%
R=20.93%
G=48.26%
B=30.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3683530.5700.360.67141.739.523.33
Hex24533539024438e2717
Octal4412365710441032164727
Binary1001001010011110101111001010010010000111000111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245335; }

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

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

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

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

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

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

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

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