Html Css Color HEX #3F974F Chateau Green

📋 copy color: '#3F974F'

red 63 ◦ green 151 ◦ blue 79

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

Shades of Chateau Green #3F974F

Tints of Chateau Green #3F974F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 51.54%

 BLUE value IS 79 (31.25% from 255) = 26.96%

R = 21.5%
G = 51.54%
B = 26.96%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#3F974F (or 0x3F974F) is known color: Chateau Green. HEX triplet: 3F, 97 and 4F. RGB value is (63,151,79). Sum of RGB (Red+Green+Blue) = 63+151+79=293 (38% of max value = 765). Red value is 63 (25% from 255 or 21.50% from 293); Green value is 151 (59.38% from 255 or 51.54% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 151 - color contains mainly: green. Hex color #3F974F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F974F is #C068B0. Grayscale: #747474. Windows color (decimal): -12609713 or 5216063. OLE color: 5216063.

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

Color convert

RGB 63 151 79 -
CMYK 0.58 0 0.48 0.41
HSL 130.91º 0.41% 0.42% -
HSV(B) 130.91º 0.58% 0.59% -
XYZ 14.53 23.75 11.22 -
YUV 116.48 106.85 89.85 -
System Red Green Blue C M Y K H S L
Decimal 63 151 79 0.58 0 0.48 0.41 130.91 0.41 0.42
Hex 3F 97 4F 3A 0 30 29 83 29 2A
Octal 77 227 117 72 0 60 51 203 51 52
Binary 111111 10010111 1001111 111010 0 110000 101001 10000011 101001 101010

Color Harmonies of #3F974F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F974F

Black with #3F974F

Text Example


Text Example

White with #3F974F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,151,79); }

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

background-color css

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

 a { background-color: rgb(63,151,79); }

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

border-color css

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

 span { border-color: rgb(63,151,79); }

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