Html Css Color HEX #3FA560 Chateau Green

📋 copy color: '#3FA560'

red 63 ◦ green 165 ◦ blue 96

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

Shades of Chateau Green #3FA560

Tints of Chateau Green #3FA560

RGB

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

 GREEN value IS 165 (64.84% from 255) = 50.93%

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

R = 19.44%
G = 50.93%
B = 29.63%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#3FA560 (or 0x3FA560) is known color: Chateau Green. HEX triplet: 3F, A5 and 60. RGB value is (63,165,96). Sum of RGB (Red+Green+Blue) = 63+165+96=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 165 (64.84% from 255 or 50.93% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 165 - color contains mainly: green. Hex color #3FA560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA560 is #C05A9F. Grayscale: #7E7E7E. Windows color (decimal): -12606112 or 6333759. OLE color: 6333759.

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

Color convert

RGB 63 165 96 -
CMYK 0.62 0 0.42 0.35
HSL 139.41º 0.45% 0.45% -
HSV(B) 139.41º 0.62% 0.65% -
XYZ 17.62 28.81 15.7 -
YUV 126.64 110.71 82.61 -
System Red Green Blue C M Y K H S L
Decimal 63 165 96 0.62 0 0.42 0.35 139.41 0.45 0.45
Hex 3F A5 60 3E 0 2A 23 8B 2D 2D
Octal 77 245 140 76 0 52 43 213 55 55
Binary 111111 10100101 1100000 111110 0 101010 100011 10001011 101101 101101

Color Harmonies of #3FA560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA560

Black with #3FA560

Text Example


Text Example

White with #3FA560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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