#26764D

Color #26764D Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #26764D

Tints of Salem #26764D

Color information

#26764D (or 0x26764D) is unknown color: approx Salem. HEX triplet: 26, 76 and 4D. RGB value is (38,118,77). Sum of RGB (Red+Green+Blue) = 38+118+77=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 118 (46.48% from 255 or 50.64% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 118 - color contains mainly: green. Hex color #26764D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26764D is #D989B2. Grayscale: #595959. Windows color (decimal): -14256563 or 5076518. OLE color: 5076518.

HSL color Cylindrical-coordinate representation of color #26764D: hue angle of 149.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26764D is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB3811877-
CMYK0.6800.350.54
HSL149.25º51.28%30.59%-
HSV(B)149.25º67.8%46.27%-
XYZ8.6213.99.25-
YUV89.4112191.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.31%
GREEN value IS 118 (46.48% from 255) = 50.64%
BLUE value IS 77 (30.47% from 255) = 33.05%
R=16.31%
G=50.64%
B=33.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38118770.6800.350.54149.2551.2830.59
Hex26764D440233695331f
Octal46166115104043662256337
Binary10011011101101001101100010001000111101101001010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26764D; }

 p { color: rgb(38,118,77); }

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

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

 a { background-color: rgb(38,118,77); }

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

<style>
 span { border-color: #26764D; }

 span { border-color: rgb(38,118,77); }

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