Html Css Color HEX #3DA55F Chateau Green

📋 copy color: '#3DA55F'

red 61 ◦ green 165 ◦ blue 95

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

Shades of Chateau Green #3DA55F

Tints of Chateau Green #3DA55F

RGB

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

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

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

R = 19%
G = 51.4%
B = 29.6%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#3DA55F (or 0x3DA55F) is known color: Chateau Green. HEX triplet: 3D, A5 and 5F. RGB value is (61,165,95). Sum of RGB (Red+Green+Blue) = 61+165+95=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 165 (64.84% from 255 or 51.40% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 165 - color contains mainly: green. Hex color #3DA55F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA55F is #C25AA0. Grayscale: #7E7E7E. Windows color (decimal): -12737185 or 6268221. OLE color: 6268221.

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

Color convert

RGB 61 165 95 -
CMYK 0.63 0 0.42 0.35
HSL 139.62º 0.46% 0.44% -
HSV(B) 139.62º 0.63% 0.65% -
XYZ 17.45 28.73 15.45 -
YUV 125.92 110.54 81.69 -
System Red Green Blue C M Y K H S L
Decimal 61 165 95 0.63 0 0.42 0.35 139.62 0.46 0.44
Hex 3D A5 5F 3F 0 2A 23 8C 2E 2C
Octal 75 245 137 77 0 52 43 214 56 54
Binary 111101 10100101 1011111 111111 0 101010 100011 10001100 101110 101100

Color Harmonies of #3DA55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA55F

Black with #3DA55F

Text Example


Text Example

White with #3DA55F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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