Html Css Color HEX #3FA465 Chateau Green

📋 copy color: '#3FA465'

red 63 ◦ green 164 ◦ blue 101

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

Shades of Chateau Green #3FA465

Tints of Chateau Green #3FA465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.79%

R = 19.21%
G = 50%
B = 30.79%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#3FA465 (or 0x3FA465) is known color: Chateau Green. HEX triplet: 3F, A4 and 65. RGB value is (63,164,101). Sum of RGB (Red+Green+Blue) = 63+164+101=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 164 (64.45% from 255 or 50% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 164 - color contains mainly: green. Hex color #3FA465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA465 is #C05B9A. Grayscale: #7E7E7E. Windows color (decimal): -12606363 or 6661183. OLE color: 6661183.

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

Color convert

RGB 63 164 101 -
CMYK 0.62 0 0.38 0.36
HSL 142.57º 0.44% 0.45% -
HSV(B) 142.57º 0.62% 0.64% -
XYZ 17.67 28.55 16.89 -
YUV 126.62 113.54 82.62 -
System Red Green Blue C M Y K H S L
Decimal 63 164 101 0.62 0 0.38 0.36 142.57 0.44 0.45
Hex 3F A4 65 3E 0 26 24 8F 2C 2D
Octal 77 244 145 76 0 46 44 217 54 55
Binary 111111 10100100 1100101 111110 0 100110 100100 10001111 101100 101101

Color Harmonies of #3FA465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA465

Black with #3FA465

Text Example


Text Example

White with #3FA465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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