#3FA265

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

Shades of Chateau Green #3FA265

Tints of Chateau Green #3FA265

Color information

#3FA265 (or 0x3FA265) is unknown color: approx Chateau Green. HEX triplet: 3F, A2 and 65. RGB value is (63,162,101). Sum of RGB (Red+Green+Blue) = 63+162+101=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 162 (63.67% from 255 or 49.69% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 162 - color contains mainly: green. Hex color #3FA265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA265 is #C05D9A. Grayscale: #7D7D7D. Windows color (decimal): -12606875 or 6660671. OLE color: 6660671.

HSL color Cylindrical-coordinate representation of color #3FA265: hue angle of 143.03º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA265 is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB63162101-
CMYK0.6100.380.36
HSL143.03º44%44.12%-
HSV(B)143.03º61.11%63.53%-
XYZ17.3227.8416.77-
YUV125.44114.283.46-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.33%
GREEN value IS 162 (63.67% from 255) = 49.69%
BLUE value IS 101 (39.84% from 255) = 30.98%
R=19.33%
G=49.69%
B=30.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal631621010.6100.380.36143.034444.12
Hex3FA2653D026248f2c2c
Octal7724214575046442175454
Binary111111101000101100101111101010011010010010001111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,162,101); }

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

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

 a { background-color: rgb(63,162,101); }

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

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

 span { border-color: rgb(63,162,101); }

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