#26B478

Color #26B478 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #26B478

Tints of Mountain Meadow #26B478

Color information

#26B478 (or 0x26B478) is unknown color: approx Mountain Meadow. HEX triplet: 26, B4 and 78. RGB value is (38,180,120). Sum of RGB (Red+Green+Blue) = 38+180+120=338 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.24% from 338); Green value is 180 (70.70% from 255 or 53.25% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 180 - color contains mainly: green. Hex color #26B478 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26B478 is #D94B87. Grayscale: #828282. Windows color (decimal): -14240648 or 7910438. OLE color: 7910438.

HSL color Cylindrical-coordinate representation of color #26B478: hue angle of 154.65º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B478 is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB38180120-
CMYK0.7900.330.29
HSL154.65º65.14%42.75%-
HSV(B)154.65º78.89%70.59%-
XYZ20.5134.4123.33-
YUV130.7121.9661.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.24%
GREEN value IS 180 (70.70% from 255) = 53.25%
BLUE value IS 120 (47.27% from 255) = 35.50%
R=11.24%
G=53.25%
B=35.50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal381801200.7900.330.29154.6565.1442.75
Hex26B4784F0211D9b412b
Octal462641701170413523310153
Binary1001101011010011110001001111010000111101100110111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26B478; }

 p { color: rgb(38,180,120); }

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

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

 a { background-color: rgb(38,180,120); }

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

<style>
 span { border-color: #26B478; }

 span { border-color: rgb(38,180,120); }

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