#1C5636

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

Shades of Kaitoke Green #1C5636

Tints of Kaitoke Green #1C5636

Color information

#1C5636 (or 0x1C5636) is unknown color: approx Kaitoke Green. HEX triplet: 1C, 56 and 36. RGB value is (28,86,54). Sum of RGB (Red+Green+Blue) = 28+86+54=168 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.67% from 168); Green value is 86 (33.98% from 255 or 51.19% from 168); Blue value is 54 (21.48% from 255 or 32.14% from 168); Max value from RGB is 86 - color contains mainly: green. Hex color #1C5636 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5636 is #E3A9C9. Grayscale: #414141. Windows color (decimal): -14920138 or 3560988. OLE color: 3560988.

HSL color Cylindrical-coordinate representation of color #1C5636: hue angle of 146.9º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C5636 is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.66.

Color convert

RGB288654-
CMYK0.6700.370.66
HSL146.9º50.88%22.35%-
HSV(B)146.9º67.44%33.73%-
XYZ4.477.174.64-
YUV65.01121.78101.6-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.67%
GREEN value IS 86 (33.98% from 255) = 51.19%
BLUE value IS 54 (21.48% from 255) = 32.14%
R=16.67%
G=51.19%
B=32.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2886540.6700.370.66146.950.8822.35
Hex1C56364302542933316
Octal34126661030451022236326
Binary1110010101101101101000011010010110000101001001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C5636; }

 p { color: rgb(28,86,54); }

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

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

 a { background-color: rgb(28,86,54); }

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

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

 span { border-color: rgb(28,86,54); }

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