#1C5534

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

Shades of Kaitoke Green #1C5534

Tints of Kaitoke Green #1C5534

Color information

#1C5534 (or 0x1C5534) is unknown color: approx Kaitoke Green. HEX triplet: 1C, 55 and 34. RGB value is (28,85,52). Sum of RGB (Red+Green+Blue) = 28+85+52=165 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.97% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #1C5534 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5534 is #E3AACB. Grayscale: #404040. Windows color (decimal): -14920396 or 3429660. OLE color: 3429660.

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

Color convert

RGB288552-
CMYK0.6700.390.67
HSL145.26º50.44%22.16%-
HSV(B)145.26º67.06%33.33%-
XYZ4.356.994.37-
YUV64.19121.12102.18-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.97%
GREEN value IS 85 (33.59% from 255) = 51.52%
BLUE value IS 52 (20.70% from 255) = 31.52%
R=16.97%
G=51.52%
B=31.52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2885520.6700.390.67145.2650.4422.16
Hex1C55344302743913216
Octal34125641030471032216226
Binary1110010101011101001000011010011110000111001000111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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