Html Css Color HEX #3D985D Chateau Green

📋 copy color: '#3D985D'

red 61 ◦ green 152 ◦ blue 93

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

Shades of Chateau Green #3D985D

Tints of Chateau Green #3D985D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.67%

 BLUE value IS 93 (36.72% from 255) = 30.39%

R = 19.93%
G = 49.67%
B = 30.39%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#3D985D (or 0x3D985D) is known color: Chateau Green. HEX triplet: 3D, 98 and 5D. RGB value is (61,152,93). Sum of RGB (Red+Green+Blue) = 61+152+93=306 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.93% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #3D985D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D985D is #C267A2. Grayscale: #767676. Windows color (decimal): -12740515 or 6133821. OLE color: 6133821.

HSL color Cylindrical-coordinate representation of color #3D985D: hue angle of 141.1º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D985D is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 61 152 93 -
CMYK 0.60 0 0.39 0.40
HSL 141.1º 0.43% 0.42% -
HSV(B) 141.1º 0.6% 0.6% -
XYZ 15.13 24.24 14.24 -
YUV 118.07 113.85 87.3 -
System Red Green Blue C M Y K H S L
Decimal 61 152 93 0.60 0 0.39 0.40 141.1 0.43 0.42
Hex 3D 98 5D 3C 0 27 28 8D 2B 2A
Octal 75 230 135 74 0 47 50 215 53 52
Binary 111101 10011000 1011101 111100 0 100111 101000 10001101 101011 101010

Color Harmonies of #3D985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D985D

Black with #3D985D

Text Example


Text Example

White with #3D985D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,152,93); }

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

background-color css

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

 a { background-color: rgb(61,152,93); }

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

border-color css

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

 span { border-color: rgb(61,152,93); }

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