#1C5537

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

Shades of Kaitoke Green #1C5537

Tints of Kaitoke Green #1C5537

Color information

#1C5537 (or 0x1C5537) is unknown color: approx Kaitoke Green. HEX triplet: 1C, 55 and 37. RGB value is (28,85,55). Sum of RGB (Red+Green+Blue) = 28+85+55=168 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.67% from 168); Green value is 85 (33.59% from 255 or 50.60% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 85 - color contains mainly: green. Hex color #1C5537 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5537 is #E3AAC8. Grayscale: #404040. Windows color (decimal): -14920393 or 3626268. OLE color: 3626268.

HSL color Cylindrical-coordinate representation of color #1C5537: hue angle of 148.42º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C5537 is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB288555-
CMYK0.6700.350.67
HSL148.42º50.44%22.16%-
HSV(B)148.42º67.06%33.33%-
XYZ4.427.024.74-
YUV64.54122.62101.94-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.67%
GREEN value IS 85 (33.59% from 255) = 50.60%
BLUE value IS 55 (21.88% from 255) = 32.74%
R=16.67%
G=50.60%
B=32.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2885550.6700.350.67148.4250.4422.16
Hex1C55374302343943216
Octal34125671030431032246226
Binary1110010101011101111000011010001110000111001010011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,85,55); }

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

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

 a { background-color: rgb(28,85,55); }

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

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

 span { border-color: rgb(28,85,55); }

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