Html Css Color HEX #3FA664 Chateau Green

📋 copy color: '#3FA664'

red 63 ◦ green 166 ◦ blue 100

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

Shades of Chateau Green #3FA664

Tints of Chateau Green #3FA664

RGB

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

 GREEN value IS 166 (65.23% from 255) = 50.46%

 BLUE value IS 100 (39.45% from 255) = 30.4%

R = 19.15%
G = 50.46%
B = 30.4%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#3FA664 (or 0x3FA664) is known color: Chateau Green. HEX triplet: 3F, A6 and 64. RGB value is (63,166,100). Sum of RGB (Red+Green+Blue) = 63+166+100=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 166 (65.23% from 255 or 50.46% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 166 - color contains mainly: green. Hex color #3FA664 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA664 is #C0599B. Grayscale: #7F7F7F. Windows color (decimal): -12605852 or 6596159. OLE color: 6596159.

HSL color Cylindrical-coordinate representation of color #3FA664: hue angle of 141.55º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3FA664 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 63 166 100 -
CMYK 0.62 0 0.40 0.35
HSL 141.55º 0.45% 0.45% -
HSV(B) 141.55º 0.62% 0.65% -
XYZ 17.99 29.25 16.75 -
YUV 127.68 112.38 81.87 -
System Red Green Blue C M Y K H S L
Decimal 63 166 100 0.62 0 0.40 0.35 141.55 0.45 0.45
Hex 3F A6 64 3E 0 28 23 8E 2D 2D
Octal 77 246 144 76 0 50 43 216 55 55
Binary 111111 10100110 1100100 111110 0 101000 100011 10001110 101101 101101

Color Harmonies of #3FA664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA664

Black with #3FA664

Text Example


Text Example

White with #3FA664

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,166,100); }

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

background-color css

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

 a { background-color: rgb(63,166,100); }

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

border-color css

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

 span { border-color: rgb(63,166,100); }

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