#3F9552

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

Shades of Chateau Green #3F9552

Tints of Chateau Green #3F9552

Color information

#3F9552 (or 0x3F9552) is unknown color: approx Chateau Green. HEX triplet: 3F, 95 and 52. RGB value is (63,149,82). Sum of RGB (Red+Green+Blue) = 63+149+82=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 149 (58.59% from 255 or 50.68% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 149 - color contains mainly: green. Hex color #3F9552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9552 is #C06AAD. Grayscale: #737373. Windows color (decimal): -12610222 or 5412159. OLE color: 5412159.

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

Color convert

RGB6314982-
CMYK0.5800.450.42
HSL133.26º40.57%41.57%-
HSV(B)133.26º57.72%58.43%-
XYZ14.3223.1611.7-
YUV115.65109.0190.45-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.43%
GREEN value IS 149 (58.59% from 255) = 50.68%
BLUE value IS 82 (32.42% from 255) = 27.89%
R=21.43%
G=50.68%
B=27.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63149820.5800.450.42133.2640.5741.57
Hex3F95523A02D2A85292a
Octal7722512272055522055152
Binary111111100101011010010111010010110110101010000101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,149,82); }

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

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

 a { background-color: rgb(63,149,82); }

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

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

 span { border-color: rgb(63,149,82); }

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