Html Css Color HEX #3F9B50 Chateau Green

📋 copy color: '#3F9B50'

red 63 ◦ green 155 ◦ blue 80

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

Shades of Chateau Green #3F9B50

Tints of Chateau Green #3F9B50

RGB

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

 GREEN value IS 155 (60.94% from 255) = 52.01%

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

R = 21.14%
G = 52.01%
B = 26.85%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#3F9B50 (or 0x3F9B50) is known color: Chateau Green. HEX triplet: 3F, 9B and 50. RGB value is (63,155,80). Sum of RGB (Red+Green+Blue) = 63+155+80=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 155 (60.94% from 255 or 52.01% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 155 - color contains mainly: green. Hex color #3F9B50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9B50 is #C064AF. Grayscale: #777777. Windows color (decimal): -12608688 or 5282623. OLE color: 5282623.

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

Color convert

RGB 63 155 80 -
CMYK 0.59 0 0.48 0.39
HSL 131.09º 0.42% 0.43% -
HSV(B) 131.09º 0.59% 0.61% -
XYZ 15.22 25.08 11.63 -
YUV 118.94 106.02 88.1 -
System Red Green Blue C M Y K H S L
Decimal 63 155 80 0.59 0 0.48 0.39 131.09 0.42 0.43
Hex 3F 9B 50 3B 0 30 27 83 2A 2B
Octal 77 233 120 73 0 60 47 203 52 53
Binary 111111 10011011 1010000 111011 0 110000 100111 10000011 101010 101011

Color Harmonies of #3F9B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9B50

Black with #3F9B50

Text Example


Text Example

White with #3F9B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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