Html Css Color HEX #3D974C Chateau Green

📋 copy color: '#3D974C'

red 61 ◦ green 151 ◦ blue 76

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

Shades of Chateau Green #3D974C

Tints of Chateau Green #3D974C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 52.43%

 BLUE value IS 76 (30.08% from 255) = 26.39%

R = 21.18%
G = 52.43%
B = 26.39%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.50

 K value IS 0.41

RGB Variations

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

Color information

#3D974C (or 0x3D974C) is known color: Chateau Green. HEX triplet: 3D, 97 and 4C. RGB value is (61,151,76). Sum of RGB (Red+Green+Blue) = 61+151+76=288 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.18% from 288); Green value is 151 (59.38% from 255 or 52.43% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 151 - color contains mainly: green. Hex color #3D974C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D974C is #C268B3. Grayscale: #737373. Windows color (decimal): -12740788 or 5019453. OLE color: 5019453.

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

Color convert

RGB 61 151 76 -
CMYK 0.60 0 0.50 0.41
HSL 130º 0.42% 0.42% -
HSV(B) 130º 0.6% 0.59% -
XYZ 14.3 23.65 10.65 -
YUV 115.54 105.68 89.1 -
System Red Green Blue C M Y K H S L
Decimal 61 151 76 0.60 0 0.50 0.41 130 0.42 0.42
Hex 3D 97 4C 3C 0 32 29 82 2A 2A
Octal 75 227 114 74 0 62 51 202 52 52
Binary 111101 10010111 1001100 111100 0 110010 101001 10000010 101010 101010

Color Harmonies of #3D974C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D974C

Black with #3D974C

Text Example


Text Example

White with #3D974C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,151,76); }

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

background-color css

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

 a { background-color: rgb(61,151,76); }

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

border-color css

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

 span { border-color: rgb(61,151,76); }

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