Html Css Color HEX #3DA65F Chateau Green

📋 copy color: '#3DA65F'

red 61 ◦ green 166 ◦ blue 95

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

Shades of Chateau Green #3DA65F

Tints of Chateau Green #3DA65F

RGB

 RED value IS 61 (24.22% from 255) = 18.94%

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

 BLUE value IS 95 (37.5% from 255) = 29.5%

R = 18.94%
G = 51.55%
B = 29.5%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#3DA65F (or 0x3DA65F) is known color: Chateau Green. HEX triplet: 3D, A6 and 5F. RGB value is (61,166,95). Sum of RGB (Red+Green+Blue) = 61+166+95=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 166 (65.23% from 255 or 51.55% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 166 - color contains mainly: green. Hex color #3DA65F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA65F is #C259A0. Grayscale: #7E7E7E. Windows color (decimal): -12736929 or 6268477. OLE color: 6268477.

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

Color convert

RGB 61 166 95 -
CMYK 0.63 0 0.43 0.35
HSL 139.43º 0.46% 0.45% -
HSV(B) 139.43º 0.63% 0.65% -
XYZ 17.63 29.09 15.51 -
YUV 126.51 110.21 81.27 -
System Red Green Blue C M Y K H S L
Decimal 61 166 95 0.63 0 0.43 0.35 139.43 0.46 0.45
Hex 3D A6 5F 3F 0 2B 23 8B 2E 2D
Octal 75 246 137 77 0 53 43 213 56 55
Binary 111101 10100110 1011111 111111 0 101011 100011 10001011 101110 101101

Color Harmonies of #3DA65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA65F

Black with #3DA65F

Text Example


Text Example

White with #3DA65F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,166,95); }

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

background-color css

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

 a { background-color: rgb(61,166,95); }

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

border-color css

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

 span { border-color: rgb(61,166,95); }

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