#26583B

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

Shades of Kaitoke Green #26583B

Tints of Kaitoke Green #26583B

Color information

#26583B (or 0x26583B) is unknown color: approx Kaitoke Green. HEX triplet: 26, 58 and 3B. RGB value is (38,88,59). Sum of RGB (Red+Green+Blue) = 38+88+59=185 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.54% from 185); Green value is 88 (34.77% from 255 or 47.57% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 88 - color contains mainly: green. Hex color #26583B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26583B is #D9A7C4. Grayscale: #454545. Windows color (decimal): -14264261 or 3889190. OLE color: 3889190.

HSL color Cylindrical-coordinate representation of color #26583B: hue angle of 145.2º 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 #26583B is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB388859-
CMYK0.5700.330.65
HSL145.2º39.68%24.71%-
HSV(B)145.2º56.82%34.51%-
XYZ5.087.715.36-
YUV69.74121.94105.36-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.54%
GREEN value IS 88 (34.77% from 255) = 47.57%
BLUE value IS 59 (23.44% from 255) = 31.89%
R=20.54%
G=47.57%
B=31.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3888590.5700.330.65145.239.6824.71
Hex26583B3902141912819
Octal4613073710411012215031
Binary1001101011000111011111001010000110000011001000110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26583B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26583B; }

 p { color: rgb(38,88,59); }

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

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

 a { background-color: rgb(38,88,59); }

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

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

 span { border-color: rgb(38,88,59); }

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