Html Css Color HEX #3FA15F Chateau Green

📋 copy color: '#3FA15F'

red 63 ◦ green 161 ◦ blue 95

#3FA15F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #3FA15F

Tints of Chateau Green #3FA15F

RGB

 RED value IS 63 (25% from 255) = 19.75%

 GREEN value IS 161 (63.28% from 255) = 50.47%

 BLUE value IS 95 (37.5% from 255) = 29.78%

R = 19.75%
G = 50.47%
B = 29.78%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#3FA15F (or 0x3FA15F) is known color: Chateau Green. HEX triplet: 3F, A1 and 5F. RGB value is (63,161,95). Sum of RGB (Red+Green+Blue) = 63+161+95=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 161 (63.28% from 255 or 50.47% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 161 - color contains mainly: green. Hex color #3FA15F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA15F is #C05EA0. Grayscale: #7C7C7C. Windows color (decimal): -12607137 or 6267199. OLE color: 6267199.

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

Color convert

RGB 63 161 95 -
CMYK 0.61 0 0.41 0.37
HSL 139.59º 0.44% 0.44% -
HSV(B) 139.59º 0.61% 0.63% -
XYZ 16.86 27.37 15.22 -
YUV 124.17 111.53 84.37 -
System Red Green Blue C M Y K H S L
Decimal 63 161 95 0.61 0 0.41 0.37 139.59 0.44 0.44
Hex 3F A1 5F 3D 0 29 25 8C 2C 2C
Octal 77 241 137 75 0 51 45 214 54 54
Binary 111111 10100001 1011111 111101 0 101001 100101 10001100 101100 101100

Color Harmonies of #3FA15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA15F

Black with #3FA15F

Text Example


Text Example

White with #3FA15F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,161,95); }

 H1.HeaderClassName
 {
   color: #3FA15F;
 }
 .AnyTagClassName
 {
   color: #3FA15F;
 }
</style>

background-color css

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

 a { background-color: rgb(63,161,95); }

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

border-color css

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

 span { border-color: rgb(63,161,95); }

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