#3F8E4A

Color #3F8E4A Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #3F8E4A

Tints of Chateau Green #3F8E4A

Color information

#3F8E4A (or 0x3F8E4A) is unknown color: approx Chateau Green. HEX triplet: 3F, 8E and 4A. RGB value is (63,142,74). Sum of RGB (Red+Green+Blue) = 63+142+74=279 (36% of max value = 765). Red value is 63 (25% from 255 or 22.58% from 279); Green value is 142 (55.86% from 255 or 50.90% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 142 - color contains mainly: green. Hex color #3F8E4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F8E4A is #C071B5. Grayscale: #6E6E6E. Windows color (decimal): -12612022 or 4886079. OLE color: 4886079.

HSL color Cylindrical-coordinate representation of color #3F8E4A: hue angle of 128.35º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F8E4A is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB6314274-
CMYK0.5600.480.44
HSL128.35º38.54%40.2%-
HSV(B)128.35º55.63%55.69%-
XYZ12.9620.99.83-
YUV110.63107.3394.03-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.58%
GREEN value IS 142 (55.86% from 255) = 50.90%
BLUE value IS 74 (29.30% from 255) = 26.52%
R=22.58%
G=50.90%
B=26.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal63142740.5600.480.44128.3538.5440.2
Hex3F8E4A380302C802728
Octal7721611270060542004750
Binary111111100011101001010111000011000010110010000000100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,142,74); }

 H1.HeaderClassName
 {
   color: #3F8E4A;
 }
 .AnyTagClassName
 {
   color: #3F8E4A;
 }
</style>
background-color css

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

 a { background-color: rgb(63,142,74); }

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

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

 span { border-color: rgb(63,142,74); }

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