Html Css Color HEX #3F985C Chateau Green

📋 copy color: '#3F985C'

red 63 ◦ green 152 ◦ blue 92

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

Shades of Chateau Green #3F985C

Tints of Chateau Green #3F985C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.97%

R = 20.52%
G = 49.51%
B = 29.97%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#3F985C (or 0x3F985C) is known color: Chateau Green. HEX triplet: 3F, 98 and 5C. RGB value is (63,152,92). Sum of RGB (Red+Green+Blue) = 63+152+92=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #3F985C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F985C is #C067A3. Grayscale: #767676. Windows color (decimal): -12609444 or 6068287. OLE color: 6068287.

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

Color convert

RGB 63 152 92 -
CMYK 0.59 0 0.39 0.40
HSL 139.55º 0.41% 0.42% -
HSV(B) 139.55º 0.59% 0.6% -
XYZ 15.21 24.29 14.01 -
YUV 118.55 113.01 88.38 -
System Red Green Blue C M Y K H S L
Decimal 63 152 92 0.59 0 0.39 0.40 139.55 0.41 0.42
Hex 3F 98 5C 3B 0 27 28 8C 29 2A
Octal 77 230 134 73 0 47 50 214 51 52
Binary 111111 10011000 1011100 111011 0 100111 101000 10001100 101001 101010

Color Harmonies of #3F985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F985C

Black with #3F985C

Text Example


Text Example

White with #3F985C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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