Html Css Color HEX #3F945E Chateau Green

📋 copy color: '#3F945E'

red 63 ◦ green 148 ◦ blue 94

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

Shades of Chateau Green #3F945E

Tints of Chateau Green #3F945E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.52%

 BLUE value IS 94 (37.11% from 255) = 30.82%

R = 20.66%
G = 48.52%
B = 30.82%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#3F945E (or 0x3F945E) is known color: Chateau Green. HEX triplet: 3F, 94 and 5E. RGB value is (63,148,94). Sum of RGB (Red+Green+Blue) = 63+148+94=305 (40% of max value = 765). Red value is 63 (25% from 255 or 20.66% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #3F945E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F945E is #C06BA1. Grayscale: #747474. Windows color (decimal): -12610466 or 6198335. OLE color: 6198335.

HSL color Cylindrical-coordinate representation of color #3F945E: hue angle of 141.88º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F945E is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 63 148 94 -
CMYK 0.57 0 0.36 0.42
HSL 141.88º 0.4% 0.41% -
HSV(B) 141.88º 0.57% 0.58% -
XYZ 14.66 23.04 14.27 -
YUV 116.43 115.34 89.89 -
System Red Green Blue C M Y K H S L
Decimal 63 148 94 0.57 0 0.36 0.42 141.88 0.4 0.41
Hex 3F 94 5E 39 0 24 2A 8E 28 29
Octal 77 224 136 71 0 44 52 216 50 51
Binary 111111 10010100 1011110 111001 0 100100 101010 10001110 101000 101001

Color Harmonies of #3F945E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F945E

Black with #3F945E

Text Example


Text Example

White with #3F945E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,148,94); }

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

background-color css

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

 a { background-color: rgb(63,148,94); }

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

border-color css

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

 span { border-color: rgb(63,148,94); }

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