#26503A

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

Shades of Kaitoke Green #26503A

Tints of Kaitoke Green #26503A

Color information

#26503A (or 0x26503A) is unknown color: approx Kaitoke Green. HEX triplet: 26, 50 and 3A. RGB value is (38,80,58). Sum of RGB (Red+Green+Blue) = 38+80+58=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 80 - color contains mainly: green. Hex color #26503A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26503A is #D9AFC5. Grayscale: #404040. Windows color (decimal): -14266310 or 3821606. OLE color: 3821606.

HSL color Cylindrical-coordinate representation of color #26503A: hue angle of 148.57º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #26503A is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB388058-
CMYK0.5200.280.69
HSL148.57º35.59%23.14%-
HSV(B)148.57º52.5%31.37%-
XYZ4.436.455.02-
YUV64.93124.09108.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.59%
GREEN value IS 80 (31.64% from 255) = 45.45%
BLUE value IS 58 (23.05% from 255) = 32.95%
R=21.59%
G=45.45%
B=32.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3880580.5200.280.69148.5735.5923.14
Hex26503A3401C45952417
Octal4612072640341052254427
Binary100110101000011101011010001110010001011001010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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