#26B150

Color #26B150 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #26B150

Tints of Chateau Green #26B150

Color information

#26B150 (or 0x26B150) is unknown color: approx Chateau Green. HEX triplet: 26, B1 and 50. RGB value is (38,177,80). Sum of RGB (Red+Green+Blue) = 38+177+80=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 177 (69.53% from 255 or 60% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 177 - color contains mainly: green. Hex color #26B150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26B150 is #D94EAF. Grayscale: #7C7C7C. Windows color (decimal): -14241456 or 5288230. OLE color: 5288230.

HSL color Cylindrical-coordinate representation of color #26B150: hue angle of 138.13º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B150 is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB3817780-
CMYK0.7900.550.31
HSL138.13º64.65%42.16%-
HSV(B)138.13º78.53%69.41%-
XYZ17.9732.4412.9-
YUV124.38102.9566.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.88%
GREEN value IS 177 (69.53% from 255) = 60%
BLUE value IS 80 (31.64% from 255) = 27.12%
R=12.88%
G=60%
B=27.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal38177800.7900.550.31138.1364.6542.16
Hex26B1504F0371F8a412a
Octal462611201170673721210152
Binary1001101011000110100001001111011011111111100010101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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