Html Css Color HEX #3F985B Chateau Green

📋 copy color: '#3F985B'

red 63 ◦ green 152 ◦ blue 91

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

Shades of Chateau Green #3F985B

Tints of Chateau Green #3F985B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.74%

R = 20.59%
G = 49.67%
B = 29.74%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#3F985B (or 0x3F985B) is known color: Chateau Green. HEX triplet: 3F, 98 and 5B. RGB value is (63,152,91). Sum of RGB (Red+Green+Blue) = 63+152+91=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #3F985B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F985B is #C067A4. Grayscale: #767676. Windows color (decimal): -12609445 or 6002751. OLE color: 6002751.

HSL color Cylindrical-coordinate representation of color #3F985B: hue angle of 138.88º 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 #3F985B is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 63 152 91 -
CMYK 0.59 0 0.40 0.40
HSL 138.88º 0.41% 0.42% -
HSV(B) 138.88º 0.59% 0.6% -
XYZ 15.17 24.27 13.78 -
YUV 118.44 112.51 88.46 -
System Red Green Blue C M Y K H S L
Decimal 63 152 91 0.59 0 0.40 0.40 138.88 0.41 0.42
Hex 3F 98 5B 3B 0 28 28 8B 29 2A
Octal 77 230 133 73 0 50 50 213 51 52
Binary 111111 10011000 1011011 111011 0 101000 101000 10001011 101001 101010

Color Harmonies of #3F985B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F985B

Black with #3F985B

Text Example


Text Example

White with #3F985B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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