Html Css Color HEX #3FA050 Chateau Green

📋 copy color: '#3FA050'

red 63 ◦ green 160 ◦ blue 80

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

Shades of Chateau Green #3FA050

Tints of Chateau Green #3FA050

RGB

 RED value IS 63 (25% from 255) = 20.79%

 GREEN value IS 160 (62.89% from 255) = 52.81%

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

R = 20.79%
G = 52.81%
B = 26.4%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.5

 K value IS 0.37

RGB Variations

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

Color information

#3FA050 (or 0x3FA050) is known color: Chateau Green. HEX triplet: 3F, A0 and 50. RGB value is (63,160,80). Sum of RGB (Red+Green+Blue) = 63+160+80=303 (40% of max value = 765). Red value is 63 (25% from 255 or 20.79% from 303); Green value is 160 (62.89% from 255 or 52.81% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 160 - color contains mainly: green. Hex color #3FA050 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA050 is #C05FAF. Grayscale: #7A7A7A. Windows color (decimal): -12607408 or 5283903. OLE color: 5283903.

HSL color Cylindrical-coordinate representation of color #3FA050: hue angle of 130.52º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA050 is Cyan = 0.61, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.37.

Color convert

RGB 63 160 80 -
CMYK 0.61 0 0.5 0.37
HSL 130.52º 0.43% 0.44% -
HSV(B) 130.52º 0.61% 0.63% -
XYZ 16.07 26.78 11.91 -
YUV 121.88 104.36 86 -
System Red Green Blue C M Y K H S L
Decimal 63 160 80 0.61 0 0.5 0.37 130.52 0.43 0.44
Hex 3F A0 50 3D 0 32 25 83 2B 2C
Octal 77 240 120 75 0 62 45 203 53 54
Binary 111111 10100000 1010000 111101 0 110010 100101 10000011 101011 101100

Color Harmonies of #3FA050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA050

Black with #3FA050

Text Example


Text Example

White with #3FA050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3FA050; }

 p { color: rgb(63,160,80); }

 H1.HeaderClassName
 {
   color: #3FA050;
 }
 .AnyTagClassName
 {
   color: #3FA050;
 }
</style>

background-color css

<style>
 a { background-color: #3FA050; }

 a { background-color: rgb(63,160,80); }

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

border-color css

<style>
 span { border-color: #3FA050; }

 span { border-color: rgb(63,160,80); }

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