Html Css Color HEX #3F985F Chateau Green

📋 copy color: '#3F985F'

red 63 ◦ green 152 ◦ blue 95

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

Shades of Chateau Green #3F985F

Tints of Chateau Green #3F985F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.03%

 BLUE value IS 95 (37.5% from 255) = 30.65%

R = 20.32%
G = 49.03%
B = 30.65%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#3F985F (or 0x3F985F) is known color: Chateau Green. HEX triplet: 3F, 98 and 5F. RGB value is (63,152,95). Sum of RGB (Red+Green+Blue) = 63+152+95=310 (41% of max value = 765). Red value is 63 (25% from 255 or 20.32% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 152 - color contains mainly: green. Hex color #3F985F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F985F is #C067A0. Grayscale: #777777. Windows color (decimal): -12609441 or 6264895. OLE color: 6264895.

HSL color Cylindrical-coordinate representation of color #3F985F: hue angle of 141.57º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F985F is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 63 152 95 -
CMYK 0.59 0 0.38 0.40
HSL 141.57º 0.41% 0.42% -
HSV(B) 141.57º 0.59% 0.6% -
XYZ 15.34 24.34 14.72 -
YUV 118.89 114.51 88.13 -
System Red Green Blue C M Y K H S L
Decimal 63 152 95 0.59 0 0.38 0.40 141.57 0.41 0.42
Hex 3F 98 5F 3B 0 26 28 8E 29 2A
Octal 77 230 137 73 0 46 50 216 51 52
Binary 111111 10011000 1011111 111011 0 100110 101000 10001110 101001 101010

Color Harmonies of #3F985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F985F

Black with #3F985F

Text Example


Text Example

White with #3F985F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,152,95); }

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

background-color css

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

 a { background-color: rgb(63,152,95); }

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

border-color css

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

 span { border-color: rgb(63,152,95); }

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