Html Css Color HEX #3FA565 Chateau Green

📋 copy color: '#3FA565'

red 63 ◦ green 165 ◦ blue 101

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

Shades of Chateau Green #3FA565

Tints of Chateau Green #3FA565

RGB

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

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

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

R = 19.15%
G = 50.15%
B = 30.7%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#3FA565 (or 0x3FA565) is known color: Chateau Green. HEX triplet: 3F, A5 and 65. RGB value is (63,165,101). Sum of RGB (Red+Green+Blue) = 63+165+101=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 165 (64.84% from 255 or 50.15% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 165 - color contains mainly: green. Hex color #3FA565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA565 is #C05A9A. Grayscale: #7F7F7F. Windows color (decimal): -12606107 or 6661439. OLE color: 6661439.

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

Color convert

RGB 63 165 101 -
CMYK 0.62 0 0.39 0.35
HSL 142.35º 0.45% 0.45% -
HSV(B) 142.35º 0.62% 0.65% -
XYZ 17.85 28.91 16.95 -
YUV 127.21 113.21 82.2 -
System Red Green Blue C M Y K H S L
Decimal 63 165 101 0.62 0 0.39 0.35 142.35 0.45 0.45
Hex 3F A5 65 3E 0 27 23 8E 2D 2D
Octal 77 245 145 76 0 47 43 216 55 55
Binary 111111 10100101 1100101 111110 0 100111 100011 10001110 101101 101101

Color Harmonies of #3FA565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA565

Black with #3FA565

Text Example


Text Example

White with #3FA565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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