#3F9255

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

Shades of Chateau Green #3F9255

Tints of Chateau Green #3F9255

Color information

#3F9255 (or 0x3F9255) is unknown color: approx Chateau Green. HEX triplet: 3F, 92 and 55. RGB value is (63,146,85). Sum of RGB (Red+Green+Blue) = 63+146+85=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 146 (57.42% from 255 or 49.66% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 146 - color contains mainly: green. Hex color #3F9255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9255 is #C06DAA. Grayscale: #727272. Windows color (decimal): -12610987 or 5607999. OLE color: 5607999.

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

Color convert

RGB6314685-
CMYK0.5700.420.43
HSL135.9º39.71%40.98%-
HSV(B)135.9º56.85%57.25%-
XYZ13.9722.2712.16-
YUV114.23111.591.46-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.43%
GREEN value IS 146 (57.42% from 255) = 49.66%
BLUE value IS 85 (33.59% from 255) = 28.91%
R=21.43%
G=49.66%
B=28.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal63146850.5700.420.43135.939.7140.98
Hex3F92553902A2B882829
Octal7722212571052532105051
Binary111111100100101010101111001010101010101110001000101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,146,85); }

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

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

 a { background-color: rgb(63,146,85); }

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

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

 span { border-color: rgb(63,146,85); }

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