Html Css Color HEX #3DA15F Chateau Green

📋 copy color: '#3DA15F'

red 61 ◦ green 161 ◦ blue 95

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

Shades of Chateau Green #3DA15F

Tints of Chateau Green #3DA15F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50.79%

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

R = 19.24%
G = 50.79%
B = 29.97%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#3DA15F (or 0x3DA15F) is known color: Chateau Green. HEX triplet: 3D, A1 and 5F. RGB value is (61,161,95). Sum of RGB (Red+Green+Blue) = 61+161+95=317 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.24% from 317); Green value is 161 (63.28% from 255 or 50.79% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 161 - color contains mainly: green. Hex color #3DA15F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA15F is #C25EA0. Grayscale: #7B7B7B. Windows color (decimal): -12738209 or 6267197. OLE color: 6267197.

HSL color Cylindrical-coordinate representation of color #3DA15F: hue angle of 140.4º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA15F is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB 61 161 95 -
CMYK 0.62 0 0.41 0.37
HSL 140.4º 0.45% 0.44% -
HSV(B) 140.4º 0.62% 0.63% -
XYZ 16.73 27.31 15.22 -
YUV 123.58 111.87 83.37 -
System Red Green Blue C M Y K H S L
Decimal 61 161 95 0.62 0 0.41 0.37 140.4 0.45 0.44
Hex 3D A1 5F 3E 0 29 25 8C 2D 2C
Octal 75 241 137 76 0 51 45 214 55 54
Binary 111101 10100001 1011111 111110 0 101001 100101 10001100 101101 101100

Color Harmonies of #3DA15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA15F

Black with #3DA15F

Text Example


Text Example

White with #3DA15F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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