#3f975b

Color #3F975B Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #3F975B

Tints of Chateau Green #3F975B

Color information

#3F975B (or 0x3F975B) is unknown color: approx 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

RGB6315191-
CMYK0.5800.400.41
HSL139.09º41.12%41.96%-
HSV(B)139.09º58.28%59.22%-
XYZ1523.9513.73-
YUV117.85112.8588.88-

RGB Variations

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

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 (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal63151910.5800.400.41139.0941.1241.96
Hex3F975B3A028298b292a
Octal7722713372050512135152
Binary111111100101111011011111010010100010100110001011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f975b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>