Html Css Color HEX #3F975B Chateau Green

📋 copy color: '#3F975B'

red 63 ◦ green 151 ◦ blue 91

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

Shades of Chateau Green #3F975B

Tints of Chateau Green #3F975B

RGB

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

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

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

R = 20.66%
G = 49.51%
B = 29.84%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#3F975B (or 0x3F975B) is known color: Chateau Green. HEX triplet: 3F, 97 and 5B. RGB value is (63,151,91). Sum of RGB (Red+Green+Blue) = 63+151+91=305 (40% of max value = 765). Red value is 63 (25% from 255 or 20.66% from 305); Green value is 151 (59.38% from 255 or 49.51% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 151 - color contains mainly: green. Hex color #3F975B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F975B is #C068A4. Grayscale: #757575. Windows color (decimal): -12609701 or 6002495. OLE color: 6002495.

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

Color convert

RGB 63 151 91 -
CMYK 0.58 0 0.40 0.41
HSL 139.09º 0.41% 0.42% -
HSV(B) 139.09º 0.58% 0.59% -
XYZ 15 23.95 13.73 -
YUV 117.85 112.85 88.88 -
System Red Green Blue C M Y K H S L
Decimal 63 151 91 0.58 0 0.40 0.41 139.09 0.41 0.42
Hex 3F 97 5B 3A 0 28 29 8B 29 2A
Octal 77 227 133 72 0 50 51 213 51 52
Binary 111111 10010111 1011011 111010 0 101000 101001 10001011 101001 101010

Color Harmonies of #3F975B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F975B

Black with #3F975B

Text Example


Text Example

White with #3F975B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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