Html Css Color HEX #3FA266 Chateau Green

📋 copy color: '#3FA266'

red 63 ◦ green 162 ◦ blue 102

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

Shades of Chateau Green #3FA266

Tints of Chateau Green #3FA266

RGB

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

 GREEN value IS 162 (63.67% from 255) = 49.54%

 BLUE value IS 102 (40.23% from 255) = 31.19%

R = 19.27%
G = 49.54%
B = 31.19%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#3FA266 (or 0x3FA266) is known color: Chateau Green. HEX triplet: 3F, A2 and 66. RGB value is (63,162,102). Sum of RGB (Red+Green+Blue) = 63+162+102=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 162 (63.67% from 255 or 49.54% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 162 - color contains mainly: green. Hex color #3FA266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA266 is #C05D99. Grayscale: #7D7D7D. Windows color (decimal): -12606874 or 6726207. OLE color: 6726207.

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

Color convert

RGB 63 162 102 -
CMYK 0.61 0 0.37 0.36
HSL 143.64º 0.44% 0.44% -
HSV(B) 143.64º 0.61% 0.64% -
XYZ 17.37 27.86 17.03 -
YUV 125.56 114.7 83.38 -
System Red Green Blue C M Y K H S L
Decimal 63 162 102 0.61 0 0.37 0.36 143.64 0.44 0.44
Hex 3F A2 66 3D 0 25 24 90 2C 2C
Octal 77 242 146 75 0 45 44 220 54 54
Binary 111111 10100010 1100110 111101 0 100101 100100 10010000 101100 101100

Color Harmonies of #3FA266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA266

Black with #3FA266

Text Example


Text Example

White with #3FA266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,162,102); }

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

background-color css

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

 a { background-color: rgb(63,162,102); }

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

border-color css

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

 span { border-color: rgb(63,162,102); }

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