#3FB75C

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

Shades of Chateau Green #3FB75C

Tints of Chateau Green #3FB75C

Color information

#3FB75C (or 0x3FB75C) is unknown color: approx Chateau Green. HEX triplet: 3F, B7 and 5C. RGB value is (63,183,92). Sum of RGB (Red+Green+Blue) = 63+183+92=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 183 (71.88% from 255 or 54.14% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 183 - color contains mainly: green. Hex color #3FB75C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FB75C is #C048A3. Grayscale: #888888. Windows color (decimal): -12601508 or 6076223. OLE color: 6076223.

HSL color Cylindrical-coordinate representation of color #3FB75C: hue angle of 134.5º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FB75C is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB6318392-
CMYK0.6600.500.28
HSL134.5º48.78%48.24%-
HSV(B)134.5º65.57%71.76%-
XYZ20.9235.715.91-
YUV136.75102.7475.4-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.64%
GREEN value IS 183 (71.88% from 255) = 54.14%
BLUE value IS 92 (36.33% from 255) = 27.22%
R=18.64%
G=54.14%
B=27.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal63183920.6600.500.28134.548.7848.24
Hex3FB75C420321C863130
Octal77267134102062342066160
Binary111111101101111011100100001001100101110010000110110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,183,92); }

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

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

 a { background-color: rgb(63,183,92); }

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

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

 span { border-color: rgb(63,183,92); }

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