Html Css Color HEX #438F50 Chateau Green

📋 copy color: '#438F50'

red 67 ◦ green 143 ◦ blue 80

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

Shades of Chateau Green #438F50

Tints of Chateau Green #438F50

RGB

 RED value IS 67 (26.56% from 255) = 23.1%

 GREEN value IS 143 (56.25% from 255) = 49.31%

 BLUE value IS 80 (31.64% from 255) = 27.59%

R = 23.1%
G = 49.31%
B = 27.59%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#438F50 (or 0x438F50) is known color: Chateau Green. HEX triplet: 43, 8F and 50. RGB value is (67,143,80). Sum of RGB (Red+Green+Blue) = 67+143+80=290 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.10% from 290); Green value is 143 (56.25% from 255 or 49.31% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 143 - color contains mainly: green. Hex color #438F50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438F50 is #BC70AF. Grayscale: #717171. Windows color (decimal): -12349616 or 5279555. OLE color: 5279555.

HSL color Cylindrical-coordinate representation of color #438F50: hue angle of 130.26º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #438F50 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB 67 143 80 -
CMYK 0.53 0 0.44 0.44
HSL 130.26º 0.36% 0.41% -
HSV(B) 130.26º 0.53% 0.56% -
XYZ 13.59 21.42 11.01 -
YUV 113.09 109.32 95.12 -
System Red Green Blue C M Y K H S L
Decimal 67 143 80 0.53 0 0.44 0.44 130.26 0.36 0.41
Hex 43 8F 50 35 0 2C 2C 82 24 29
Octal 103 217 120 65 0 54 54 202 44 51
Binary 1000011 10001111 1010000 110101 0 101100 101100 10000010 100100 101001

Color Harmonies of #438F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438F50

Black with #438F50

Text Example


Text Example

White with #438F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #438F50;
 }
 .AnyTagClassName
 {
   color: #438F50;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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