Html Css Color HEX #438D50 Chateau Green

📋 copy color: '#438D50'

red 67 ◦ green 141 ◦ blue 80

#438D50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #438D50

Tints of Chateau Green #438D50

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 value IS 0.52

 M value IS 0

 Y value IS 0.43

 K value IS 0.45

RGB Variations

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

Color information

#438D50 (or 0x438D50) is known color: 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

RGB 67 141 80 -
CMYK 0.52 0 0.43 0.45
HSL 130.54º 0.36% 0.41% -
HSV(B) 130.54º 0.52% 0.55% -
XYZ 13.29 20.82 10.91 -
YUV 111.92 109.98 95.96 -
System Red Green Blue C M Y K H S L
Decimal 67 141 80 0.52 0 0.43 0.45 130.54 0.36 0.41
Hex 43 8D 50 34 0 2B 2D 83 24 29
Octal 103 215 120 64 0 53 55 203 44 51
Binary 1000011 10001101 1010000 110100 0 101011 101101 10000011 100100 101001

Color Harmonies of #438D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438D50

Black with #438D50

Text Example


Text Example

White with #438D50

Text Example


Text Example

HTML Codes & Css Web 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>