#438D50

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

Shades of Chateau Green #438D50

Tints of Chateau Green #438D50

Color information

#438D50 (or 0x438D50) is unknown color: approx Chateau Green. HEX triplet: 43, 8D and 50. RGB value is (67,141,80). Sum of RGB (Red+Green+Blue) = 67+141+80=288 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.26% from 288); Green value is 141 (55.47% from 255 or 48.96% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 141 - color contains mainly: green. Hex color #438D50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438D50 is #BC72AF. Grayscale: #707070. Windows color (decimal): -12350128 or 5279043. OLE color: 5279043.

HSL color Cylindrical-coordinate representation of color #438D50: hue angle of 130.54º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #438D50 is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB6714180-
CMYK0.5200.430.45
HSL130.54º35.58%40.78%-
HSV(B)130.54º52.48%55.29%-
XYZ13.2920.8210.91-
YUV111.92109.9895.96-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.26%
GREEN value IS 141 (55.47% from 255) = 48.96%
BLUE value IS 80 (31.64% from 255) = 27.78%
R=23.26%
G=48.96%
B=27.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal67141800.5200.430.45130.5435.5840.78
Hex438D503402B2D832429
Octal10321512064053552034451
Binary1000011100011011010000110100010101110110110000011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438D50; }

 p { color: rgb(67,141,80); }

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

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

 a { background-color: rgb(67,141,80); }

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

<style>
 span { border-color: #438D50; }

 span { border-color: rgb(67,141,80); }

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