Html Css Color HEX #3F9A5F Chateau Green

📋 copy color: '#3F9A5F'

red 63 ◦ green 154 ◦ blue 95

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

Shades of Chateau Green #3F9A5F

Tints of Chateau Green #3F9A5F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 49.36%

 BLUE value IS 95 (37.5% from 255) = 30.45%

R = 20.19%
G = 49.36%
B = 30.45%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#3F9A5F (or 0x3F9A5F) is known color: Chateau Green. HEX triplet: 3F, 9A and 5F. RGB value is (63,154,95). Sum of RGB (Red+Green+Blue) = 63+154+95=312 (41% of max value = 765). Red value is 63 (25% from 255 or 20.19% from 312); Green value is 154 (60.55% from 255 or 49.36% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 154 - color contains mainly: green. Hex color #3F9A5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9A5F is #C065A0. Grayscale: #787878. Windows color (decimal): -12608929 or 6265407. OLE color: 6265407.

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

Color convert

RGB 63 154 95 -
CMYK 0.59 0 0.38 0.40
HSL 141.1º 0.42% 0.43% -
HSV(B) 141.1º 0.59% 0.6% -
XYZ 15.67 24.99 14.82 -
YUV 120.07 113.85 87.3 -
System Red Green Blue C M Y K H S L
Decimal 63 154 95 0.59 0 0.38 0.40 141.1 0.42 0.43
Hex 3F 9A 5F 3B 0 26 28 8D 2A 2B
Octal 77 232 137 73 0 46 50 215 52 53
Binary 111111 10011010 1011111 111011 0 100110 101000 10001101 101010 101011

Color Harmonies of #3F9A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9A5F

Black with #3F9A5F

Text Example


Text Example

White with #3F9A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,154,95); }

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

background-color css

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

 a { background-color: rgb(63,154,95); }

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

border-color css

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

 span { border-color: rgb(63,154,95); }

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