Html Css Color HEX #3FA561 Chateau Green

📋 copy color: '#3FA561'

red 63 ◦ green 165 ◦ blue 97

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

Shades of Chateau Green #3FA561

Tints of Chateau Green #3FA561

RGB

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

 GREEN value IS 165 (64.84% from 255) = 50.77%

 BLUE value IS 97 (38.28% from 255) = 29.85%

R = 19.38%
G = 50.77%
B = 29.85%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#3FA561 (or 0x3FA561) is known color: Chateau Green. HEX triplet: 3F, A5 and 61. RGB value is (63,165,97). Sum of RGB (Red+Green+Blue) = 63+165+97=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 165 (64.84% from 255 or 50.77% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 165 - color contains mainly: green. Hex color #3FA561 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA561 is #C05A9E. Grayscale: #7E7E7E. Windows color (decimal): -12606111 or 6399295. OLE color: 6399295.

HSL color Cylindrical-coordinate representation of color #3FA561: hue angle of 140º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3FA561 is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB 63 165 97 -
CMYK 0.62 0 0.41 0.35
HSL 140º 0.45% 0.45% -
HSV(B) 140º 0.62% 0.65% -
XYZ 17.66 28.83 15.94 -
YUV 126.75 111.21 82.53 -
System Red Green Blue C M Y K H S L
Decimal 63 165 97 0.62 0 0.41 0.35 140 0.45 0.45
Hex 3F A5 61 3E 0 29 23 8C 2D 2D
Octal 77 245 141 76 0 51 43 214 55 55
Binary 111111 10100101 1100001 111110 0 101001 100011 10001100 101101 101101

Color Harmonies of #3FA561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA561

Black with #3FA561

Text Example


Text Example

White with #3FA561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,165,97); }

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

background-color css

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

 a { background-color: rgb(63,165,97); }

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

border-color css

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

 span { border-color: rgb(63,165,97); }

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