Html Css Color HEX #3FA35F Chateau Green

📋 copy color: '#3FA35F'

red 63 ◦ green 163 ◦ blue 95

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

Shades of Chateau Green #3FA35F

Tints of Chateau Green #3FA35F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 50.78%

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

R = 19.63%
G = 50.78%
B = 29.6%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#3FA35F (or 0x3FA35F) is known color: Chateau Green. HEX triplet: 3F, A3 and 5F. RGB value is (63,163,95). Sum of RGB (Red+Green+Blue) = 63+163+95=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 163 (64.06% from 255 or 50.78% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 163 - color contains mainly: green. Hex color #3FA35F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA35F is #C05CA0. Grayscale: #7D7D7D. Windows color (decimal): -12606625 or 6267711. OLE color: 6267711.

HSL color Cylindrical-coordinate representation of color #3FA35F: hue angle of 139.2º 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 #3FA35F is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB 63 163 95 -
CMYK 0.61 0 0.42 0.36
HSL 139.2º 0.44% 0.44% -
HSV(B) 139.2º 0.61% 0.64% -
XYZ 17.21 28.08 15.34 -
YUV 125.35 110.87 83.53 -
System Red Green Blue C M Y K H S L
Decimal 63 163 95 0.61 0 0.42 0.36 139.2 0.44 0.44
Hex 3F A3 5F 3D 0 2A 24 8B 2C 2C
Octal 77 243 137 75 0 52 44 213 54 54
Binary 111111 10100011 1011111 111101 0 101010 100100 10001011 101100 101100

Color Harmonies of #3FA35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA35F

Black with #3FA35F

Text Example


Text Example

White with #3FA35F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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