#26523a

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

Shades of Kaitoke Green #26523A

Tints of Kaitoke Green #26523A

Color information

#26523A (or 0x26523A) is unknown color: approx Kaitoke Green. HEX triplet: 26, 52 and 3A. RGB value is (38,82,58). Sum of RGB (Red+Green+Blue) = 38+82+58=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 82 - color contains mainly: green. Hex color #26523A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26523A is #D9ADC5. Grayscale: #424242. Windows color (decimal): -14265798 or 3822118. OLE color: 3822118.

HSL color Cylindrical-coordinate representation of color #26523A: hue angle of 147.27º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #26523A is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.68.

Color convert

RGB388258-
CMYK0.5400.290.68
HSL147.27º36.67%23.53%-
HSV(B)147.27º53.66%32.16%-
XYZ4.586.755.06-
YUV66.11123.42107.95-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.35%
GREEN value IS 82 (32.42% from 255) = 46.07%
BLUE value IS 58 (23.05% from 255) = 32.58%
R=21.35%
G=46.07%
B=32.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3882580.5400.290.68147.2736.6723.53
Hex26523A3601D44932518
Octal4612272660351042234530
Binary100110101001011101011011001110110001001001001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26523a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26523a; }

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

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

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

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

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

<style>
 span { border-color: #26523a; }

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

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