Html Css Color HEX #3FA04F Chateau Green

📋 copy color: '#3FA04F'

red 63 ◦ green 160 ◦ blue 79

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

Shades of Chateau Green #3FA04F

Tints of Chateau Green #3FA04F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.16%

R = 20.86%
G = 52.98%
B = 26.16%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#3FA04F (or 0x3FA04F) is known color: Chateau Green. HEX triplet: 3F, A0 and 4F. RGB value is (63,160,79). Sum of RGB (Red+Green+Blue) = 63+160+79=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 160 (62.89% from 255 or 52.98% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 160 - color contains mainly: green. Hex color #3FA04F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA04F is #C05FB0. Grayscale: #797979. Windows color (decimal): -12607409 or 5218367. OLE color: 5218367.

HSL color Cylindrical-coordinate representation of color #3FA04F: hue angle of 129.9º 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 #3FA04F is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB 63 160 79 -
CMYK 0.61 0 0.51 0.37
HSL 129.9º 0.43% 0.44% -
HSV(B) 129.9º 0.61% 0.63% -
XYZ 16.03 26.76 11.72 -
YUV 121.76 103.86 86.09 -
System Red Green Blue C M Y K H S L
Decimal 63 160 79 0.61 0 0.51 0.37 129.9 0.43 0.44
Hex 3F A0 4F 3D 0 33 25 82 2B 2C
Octal 77 240 117 75 0 63 45 202 53 54
Binary 111111 10100000 1001111 111101 0 110011 100101 10000010 101011 101100

Color Harmonies of #3FA04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA04F

Black with #3FA04F

Text Example


Text Example

White with #3FA04F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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