Html Css Color HEX #3F9550 Chateau Green

📋 copy color: '#3F9550'

red 63 ◦ green 149 ◦ blue 80

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

Shades of Chateau Green #3F9550

Tints of Chateau Green #3F9550

RGB

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

 GREEN value IS 149 (58.59% from 255) = 51.03%

 BLUE value IS 80 (31.64% from 255) = 27.4%

R = 21.58%
G = 51.03%
B = 27.4%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#3F9550 (or 0x3F9550) is known color: Chateau Green. HEX triplet: 3F, 95 and 50. RGB value is (63,149,80). Sum of RGB (Red+Green+Blue) = 63+149+80=292 (38% of max value = 765). Red value is 63 (25% from 255 or 21.58% from 292); Green value is 149 (58.59% from 255 or 51.03% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 149 - color contains mainly: green. Hex color #3F9550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9550 is #C06AAF. Grayscale: #737373. Windows color (decimal): -12610224 or 5281087. OLE color: 5281087.

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

Color convert

RGB 63 149 80 -
CMYK 0.58 0 0.46 0.42
HSL 131.86º 0.41% 0.42% -
HSV(B) 131.86º 0.58% 0.58% -
XYZ 14.25 23.13 11.3 -
YUV 115.42 108.01 90.61 -
System Red Green Blue C M Y K H S L
Decimal 63 149 80 0.58 0 0.46 0.42 131.86 0.41 0.42
Hex 3F 95 50 3A 0 2E 2A 84 29 2A
Octal 77 225 120 72 0 56 52 204 51 52
Binary 111111 10010101 1010000 111010 0 101110 101010 10000100 101001 101010

Color Harmonies of #3F9550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9550

Black with #3F9550

Text Example


Text Example

White with #3F9550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,149,80); }

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

background-color css

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

 a { background-color: rgb(63,149,80); }

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

border-color css

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

 span { border-color: rgb(63,149,80); }

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