Html Css Color HEX #3F9150 Chateau Green

📋 copy color: '#3F9150'

red 63 ◦ green 145 ◦ blue 80

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

Shades of Chateau Green #3F9150

Tints of Chateau Green #3F9150

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50.35%

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

R = 21.88%
G = 50.35%
B = 27.78%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#3F9150 (or 0x3F9150) is known color: Chateau Green. HEX triplet: 3F, 91 and 50. RGB value is (63,145,80). Sum of RGB (Red+Green+Blue) = 63+145+80=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 145 (57.03% from 255 or 50.35% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 145 - color contains mainly: green. Hex color #3F9150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9150 is #C06EAF. Grayscale: #717171. Windows color (decimal): -12611248 or 5280063. OLE color: 5280063.

HSL color Cylindrical-coordinate representation of color #3F9150: hue angle of 132.44º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F9150 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB 63 145 80 -
CMYK 0.57 0 0.45 0.43
HSL 132.44º 0.39% 0.41% -
HSV(B) 132.44º 0.57% 0.57% -
XYZ 13.62 21.89 11.1 -
YUV 113.07 109.33 92.29 -
System Red Green Blue C M Y K H S L
Decimal 63 145 80 0.57 0 0.45 0.43 132.44 0.39 0.41
Hex 3F 91 50 39 0 2D 2B 84 27 29
Octal 77 221 120 71 0 55 53 204 47 51
Binary 111111 10010001 1010000 111001 0 101101 101011 10000100 100111 101001

Color Harmonies of #3F9150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9150

Black with #3F9150

Text Example


Text Example

White with #3F9150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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