Html Css Color HEX #3F9E50 Chateau Green

📋 copy color: '#3F9E50'

red 63 ◦ green 158 ◦ blue 80

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

Shades of Chateau Green #3F9E50

Tints of Chateau Green #3F9E50

RGB

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

 GREEN value IS 158 (62.11% from 255) = 52.49%

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

R = 20.93%
G = 52.49%
B = 26.58%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#3F9E50 (or 0x3F9E50) is known color: Chateau Green. HEX triplet: 3F, 9E and 50. RGB value is (63,158,80). Sum of RGB (Red+Green+Blue) = 63+158+80=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 158 (62.11% from 255 or 52.49% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 158 - color contains mainly: green. Hex color #3F9E50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9E50 is #C061AF. Grayscale: #787878. Windows color (decimal): -12607920 or 5283391. OLE color: 5283391.

HSL color Cylindrical-coordinate representation of color #3F9E50: hue angle of 130.74º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F9E50 is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 63 158 80 -
CMYK 0.60 0 0.49 0.38
HSL 130.74º 0.43% 0.43% -
HSV(B) 130.74º 0.6% 0.62% -
XYZ 15.72 26.09 11.8 -
YUV 120.7 105.03 86.84 -
System Red Green Blue C M Y K H S L
Decimal 63 158 80 0.60 0 0.49 0.38 130.74 0.43 0.43
Hex 3F 9E 50 3C 0 31 26 83 2B 2B
Octal 77 236 120 74 0 61 46 203 53 53
Binary 111111 10011110 1010000 111100 0 110001 100110 10000011 101011 101011

Color Harmonies of #3F9E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9E50

Black with #3F9E50

Text Example


Text Example

White with #3F9E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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