Html Css Color HEX #3F9F61 Chateau Green

📋 copy color: '#3F9F61'

red 63 ◦ green 159 ◦ blue 97

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

Shades of Chateau Green #3F9F61

Tints of Chateau Green #3F9F61

RGB

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

 GREEN value IS 159 (62.5% from 255) = 49.84%

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

R = 19.75%
G = 49.84%
B = 30.41%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#3F9F61 (or 0x3F9F61) is known color: Chateau Green. HEX triplet: 3F, 9F and 61. RGB value is (63,159,97). Sum of RGB (Red+Green+Blue) = 63+159+97=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 159 (62.5% from 255 or 49.84% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 159 - color contains mainly: green. Hex color #3F9F61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9F61 is #C0609E. Grayscale: #7B7B7B. Windows color (decimal): -12607647 or 6397759. OLE color: 6397759.

HSL color Cylindrical-coordinate representation of color #3F9F61: hue angle of 141.25º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F9F61 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB 63 159 97 -
CMYK 0.60 0 0.39 0.38
HSL 141.25º 0.43% 0.44% -
HSV(B) 141.25º 0.6% 0.62% -
XYZ 16.61 26.72 15.59 -
YUV 123.23 113.2 85.04 -
System Red Green Blue C M Y K H S L
Decimal 63 159 97 0.60 0 0.39 0.38 141.25 0.43 0.44
Hex 3F 9F 61 3C 0 27 26 8D 2B 2C
Octal 77 237 141 74 0 47 46 215 53 54
Binary 111111 10011111 1100001 111100 0 100111 100110 10001101 101011 101100

Color Harmonies of #3F9F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9F61

Black with #3F9F61

Text Example


Text Example

White with #3F9F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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