Html Css Color HEX #50A25F Chateau Green

📋 copy color: '#50A25F'

red 80 ◦ green 162 ◦ blue 95

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

Shades of Chateau Green #50A25F

Tints of Chateau Green #50A25F

RGB

 RED value IS 80 (31.64% from 255) = 23.74%

 GREEN value IS 162 (63.67% from 255) = 48.07%

 BLUE value IS 95 (37.5% from 255) = 28.19%

R = 23.74%
G = 48.07%
B = 28.19%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#50A25F (or 0x50A25F) is known color: Chateau Green. HEX triplet: 50, A2 and 5F. RGB value is (80,162,95). Sum of RGB (Red+Green+Blue) = 80+162+95=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 162 - color contains mainly: green. Hex color #50A25F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A25F is #AF5DA0. Grayscale: #828282. Windows color (decimal): -11492769 or 6267472. OLE color: 6267472.

HSL color Cylindrical-coordinate representation of color #50A25F: hue angle of 130.98º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50A25F is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 162 95 -
CMYK 0.51 0 0.41 0.36
HSL 130.98º 0.34% 0.47% -
HSV(B) 130.98º 0.51% 0.64% -
XYZ 18.29 28.37 15.34 -
YUV 129.84 108.33 92.45 -
System Red Green Blue C M Y K H S L
Decimal 80 162 95 0.51 0 0.41 0.36 130.98 0.34 0.47
Hex 50 A2 5F 33 0 29 24 83 22 2F
Octal 120 242 137 63 0 51 44 203 42 57
Binary 1010000 10100010 1011111 110011 0 101001 100100 10000011 100010 101111

Color Harmonies of #50A25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A25F

Black with #50A25F

Text Example


Text Example

White with #50A25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50A25F; }

 p { color: rgb(80,162,95); }

 H1.HeaderClassName
 {
   color: #50A25F;
 }
 .AnyTagClassName
 {
   color: #50A25F;
 }
</style>

background-color css

<style>
 a { background-color: #50A25F; }

 a { background-color: rgb(80,162,95); }

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

border-color css

<style>
 span { border-color: #50A25F; }

 span { border-color: rgb(80,162,95); }

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