#26593A

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

Shades of Kaitoke Green #26593A

Tints of Kaitoke Green #26593A

Color information

#26593A (or 0x26593A) is unknown color: approx Kaitoke Green. HEX triplet: 26, 59 and 3A. RGB value is (38,89,58). Sum of RGB (Red+Green+Blue) = 38+89+58=185 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.54% from 185); Green value is 89 (35.16% from 255 or 48.11% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 89 - color contains mainly: green. Hex color #26593A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26593A is #D9A6C5. Grayscale: #464646. Windows color (decimal): -14264006 or 3823910. OLE color: 3823910.

HSL color Cylindrical-coordinate representation of color #26593A: hue angle of 143.53º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #26593A is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB388958-
CMYK0.5700.350.65
HSL143.53º40.16%24.9%-
HSV(B)143.53º57.3%34.9%-
XYZ5.147.865.25-
YUV70.22121.1105.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.54%
GREEN value IS 89 (35.16% from 255) = 48.11%
BLUE value IS 58 (23.05% from 255) = 31.35%
R=20.54%
G=48.11%
B=31.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3889580.5700.350.65143.5340.1624.9
Hex26593A3902341902819
Octal4613172710431012205031
Binary1001101011001111010111001010001110000011001000010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26593A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26593A; }

 p { color: rgb(38,89,58); }

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

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

 a { background-color: rgb(38,89,58); }

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

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

 span { border-color: rgb(38,89,58); }

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