#26A53F

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

Shades of Chateau Green #26A53F

Tints of Chateau Green #26A53F

Color information

#26A53F (or 0x26A53F) is unknown color: approx Chateau Green. HEX triplet: 26, A5 and 3F. RGB value is (38,165,63). Sum of RGB (Red+Green+Blue) = 38+165+63=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 165 (64.84% from 255 or 62.03% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 165 - color contains mainly: green. Hex color #26A53F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26A53F is #D95AC0. Grayscale: #737373. Windows color (decimal): -14244545 or 4171046. OLE color: 4171046.

HSL color Cylindrical-coordinate representation of color #26A53F: hue angle of 131.81º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26A53F is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB3816563-
CMYK0.7700.620.35
HSL131.81º62.56%39.8%-
HSV(B)131.81º76.97%64.71%-
XYZ15.1527.689.25-
YUV115.498.4272.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.29%
GREEN value IS 165 (64.84% from 255) = 62.03%
BLUE value IS 63 (25% from 255) = 23.68%
R=14.29%
G=62.03%
B=23.68%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal38165630.7700.620.35131.8162.5639.8
Hex26A53F4D03E23843f28
Octal4624577115076432047750
Binary100110101001011111111001101011111010001110000100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,165,63); }

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

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

 a { background-color: rgb(38,165,63); }

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

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

 span { border-color: rgb(38,165,63); }

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