Html Css Color HEX #3FA45F Chateau Green

📋 copy color: '#3FA45F'

red 63 ◦ green 164 ◦ blue 95

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

Shades of Chateau Green #3FA45F

Tints of Chateau Green #3FA45F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 50.93%

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

R = 19.57%
G = 50.93%
B = 29.5%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#3FA45F (or 0x3FA45F) is known color: Chateau Green. HEX triplet: 3F, A4 and 5F. RGB value is (63,164,95). Sum of RGB (Red+Green+Blue) = 63+164+95=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 164 (64.45% from 255 or 50.93% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 164 - color contains mainly: green. Hex color #3FA45F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA45F is #C05BA0. Grayscale: #7E7E7E. Windows color (decimal): -12606369 or 6267967. OLE color: 6267967.

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

Color convert

RGB 63 164 95 -
CMYK 0.62 0 0.42 0.36
HSL 139.01º 0.44% 0.45% -
HSV(B) 139.01º 0.62% 0.64% -
XYZ 17.39 28.43 15.4 -
YUV 125.94 110.54 83.11 -
System Red Green Blue C M Y K H S L
Decimal 63 164 95 0.62 0 0.42 0.36 139.01 0.44 0.45
Hex 3F A4 5F 3E 0 2A 24 8B 2C 2D
Octal 77 244 137 76 0 52 44 213 54 55
Binary 111111 10100100 1011111 111110 0 101010 100100 10001011 101100 101101

Color Harmonies of #3FA45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA45F

Black with #3FA45F

Text Example


Text Example

White with #3FA45F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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