#3faf52

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

Shades of Chateau Green #3FAF52

Tints of Chateau Green #3FAF52

Color information

#3FAF52 (or 0x3FAF52) is unknown color: approx Chateau Green. HEX triplet: 3F, AF and 52. RGB value is (63,175,82). Sum of RGB (Red+Green+Blue) = 63+175+82=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 175 (68.75% from 255 or 54.69% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAF52 is #C050AD. Grayscale: #838383. Windows color (decimal): -12603566 or 5418815. OLE color: 5418815.

HSL color Cylindrical-coordinate representation of color #3FAF52: hue angle of 130.18º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FAF52 is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB6317582-
CMYK0.6400.530.31
HSL130.18º47.06%46.67%-
HSV(B)130.18º64%68.63%-
XYZ18.932.3313.23-
YUV130.91100.3979.56-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.69%
GREEN value IS 175 (68.75% from 255) = 54.69%
BLUE value IS 82 (32.42% from 255) = 25.62%
R=19.69%
G=54.69%
B=25.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal63175820.6400.530.31130.1847.0646.67
Hex3FAF52400351F822f2f
Octal77257122100065372025757
Binary111111101011111010010100000001101011111110000010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3faf52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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