Html Css Color HEX #3F9F63 Chateau Green

📋 copy color: '#3F9F63'

red 63 ◦ green 159 ◦ blue 99

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

Shades of Chateau Green #3F9F63

Tints of Chateau Green #3F9F63

RGB

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

 GREEN value IS 159 (62.5% from 255) = 49.53%

 BLUE value IS 99 (39.06% from 255) = 30.84%

R = 19.63%
G = 49.53%
B = 30.84%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#3F9F63 (or 0x3F9F63) is known color: Chateau Green. HEX triplet: 3F, 9F and 63. RGB value is (63,159,99). Sum of RGB (Red+Green+Blue) = 63+159+99=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 159 (62.5% from 255 or 49.53% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 159 - color contains mainly: green. Hex color #3F9F63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9F63 is #C0609C. Grayscale: #7B7B7B. Windows color (decimal): -12607645 or 6528831. OLE color: 6528831.

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

Color convert

RGB 63 159 99 -
CMYK 0.60 0 0.38 0.38
HSL 142.5º 0.43% 0.44% -
HSV(B) 142.5º 0.6% 0.62% -
XYZ 16.7 26.75 16.09 -
YUV 123.46 114.2 84.88 -
System Red Green Blue C M Y K H S L
Decimal 63 159 99 0.60 0 0.38 0.38 142.5 0.43 0.44
Hex 3F 9F 63 3C 0 26 26 8E 2B 2C
Octal 77 237 143 74 0 46 46 216 53 54
Binary 111111 10011111 1100011 111100 0 100110 100110 10001110 101011 101100

Color Harmonies of #3F9F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9F63

Black with #3F9F63

Text Example


Text Example

White with #3F9F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,159,99); }

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

background-color css

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

 a { background-color: rgb(63,159,99); }

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

border-color css

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

 span { border-color: rgb(63,159,99); }

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