#3fb65d

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

Shades of Chateau Green #3FB65D

Tints of Chateau Green #3FB65D

Color information

#3FB65D (or 0x3FB65D) is unknown color: approx Chateau Green. HEX triplet: 3F, B6 and 5D. RGB value is (63,182,93). Sum of RGB (Red+Green+Blue) = 63+182+93=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 182 (71.48% from 255 or 53.85% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 182 - color contains mainly: green. Hex color #3FB65D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FB65D is #C049A2. Grayscale: #888888. Windows color (decimal): -12601763 or 6141503. OLE color: 6141503.

HSL color Cylindrical-coordinate representation of color #3FB65D: hue angle of 135.13º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FB65D is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB6318293-
CMYK0.6500.490.29
HSL135.13º48.57%48.04%-
HSV(B)135.13º65.38%71.37%-
XYZ20.7535.316.08-
YUV136.27103.5875.74-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.64%
GREEN value IS 182 (71.48% from 255) = 53.85%
BLUE value IS 93 (36.72% from 255) = 27.51%
R=18.64%
G=53.85%
B=27.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal63182930.6500.490.29135.1348.5748.04
Hex3FB65D410311D873130
Octal77266135101061352076160
Binary111111101101101011101100000101100011110110000111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fb65d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,182,93); }

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

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

 a { background-color: rgb(63,182,93); }

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

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

 span { border-color: rgb(63,182,93); }

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