Html Css Color HEX #3FA360 Chateau Green

📋 copy color: '#3FA360'

red 63 ◦ green 163 ◦ blue 96

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

Shades of Chateau Green #3FA360

Tints of Chateau Green #3FA360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.81%

R = 19.57%
G = 50.62%
B = 29.81%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#3FA360 (or 0x3FA360) is known color: Chateau Green. HEX triplet: 3F, A3 and 60. RGB value is (63,163,96). Sum of RGB (Red+Green+Blue) = 63+163+96=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 163 (64.06% from 255 or 50.62% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 163 - color contains mainly: green. Hex color #3FA360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA360 is #C05C9F. Grayscale: #7D7D7D. Windows color (decimal): -12606624 or 6333247. OLE color: 6333247.

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

Color convert

RGB 63 163 96 -
CMYK 0.61 0 0.41 0.36
HSL 139.8º 0.44% 0.44% -
HSV(B) 139.8º 0.61% 0.64% -
XYZ 17.26 28.1 15.58 -
YUV 125.46 111.37 83.45 -
System Red Green Blue C M Y K H S L
Decimal 63 163 96 0.61 0 0.41 0.36 139.8 0.44 0.44
Hex 3F A3 60 3D 0 29 24 8C 2C 2C
Octal 77 243 140 75 0 51 44 214 54 54
Binary 111111 10100011 1100000 111101 0 101001 100100 10001100 101100 101100

Color Harmonies of #3FA360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA360

Black with #3FA360

Text Example


Text Example

White with #3FA360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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