Html Css Color HEX #3FA060 Chateau Green

📋 copy color: '#3FA060'

red 63 ◦ green 160 ◦ blue 96

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

Shades of Chateau Green #3FA060

Tints of Chateau Green #3FA060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30.09%

R = 19.75%
G = 50.16%
B = 30.09%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#3FA060 (or 0x3FA060) is known color: Chateau Green. HEX triplet: 3F, A0 and 60. RGB value is (63,160,96). Sum of RGB (Red+Green+Blue) = 63+160+96=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 160 (62.89% from 255 or 50.16% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 160 - color contains mainly: green. Hex color #3FA060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA060 is #C05F9F. Grayscale: #7B7B7B. Windows color (decimal): -12607392 or 6332479. OLE color: 6332479.

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

Color convert

RGB 63 160 96 -
CMYK 0.61 0 0.4 0.37
HSL 140.41º 0.43% 0.44% -
HSV(B) 140.41º 0.61% 0.63% -
XYZ 16.73 27.04 15.4 -
YUV 123.7 112.36 84.7 -
System Red Green Blue C M Y K H S L
Decimal 63 160 96 0.61 0 0.4 0.37 140.41 0.43 0.44
Hex 3F A0 60 3D 0 28 25 8C 2B 2C
Octal 77 240 140 75 0 50 45 214 53 54
Binary 111111 10100000 1100000 111101 0 101000 100101 10001100 101011 101100

Color Harmonies of #3FA060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA060

Black with #3FA060

Text Example


Text Example

White with #3FA060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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