Html Css Color HEX #3F944C Chateau Green

📋 copy color: '#3F944C'

red 63 ◦ green 148 ◦ blue 76

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

Shades of Chateau Green #3F944C

Tints of Chateau Green #3F944C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.48%

R = 21.95%
G = 51.57%
B = 26.48%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#3F944C (or 0x3F944C) is known color: Chateau Green. HEX triplet: 3F, 94 and 4C. RGB value is (63,148,76). Sum of RGB (Red+Green+Blue) = 63+148+76=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #3F944C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F944C is #C06BB3. Grayscale: #727272. Windows color (decimal): -12610484 or 5018687. OLE color: 5018687.

HSL color Cylindrical-coordinate representation of color #3F944C: hue angle of 129.18º 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 #3F944C is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 63 148 76 -
CMYK 0.57 0 0.49 0.42
HSL 129.18º 0.4% 0.41% -
HSV(B) 129.18º 0.57% 0.58% -
XYZ 13.94 22.76 10.5 -
YUV 114.38 106.34 91.35 -
System Red Green Blue C M Y K H S L
Decimal 63 148 76 0.57 0 0.49 0.42 129.18 0.4 0.41
Hex 3F 94 4C 39 0 31 2A 81 28 29
Octal 77 224 114 71 0 61 52 201 50 51
Binary 111111 10010100 1001100 111001 0 110001 101010 10000001 101000 101001

Color Harmonies of #3F944C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F944C

Black with #3F944C

Text Example


Text Example

White with #3F944C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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