Html Css Color HEX #3D984A Chateau Green

📋 copy color: '#3D984A'

red 61 ◦ green 152 ◦ blue 74

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

Shades of Chateau Green #3D984A

Tints of Chateau Green #3D984A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.78%

R = 21.25%
G = 52.96%
B = 25.78%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#3D984A (or 0x3D984A) is known color: Chateau Green. HEX triplet: 3D, 98 and 4A. RGB value is (61,152,74). Sum of RGB (Red+Green+Blue) = 61+152+74=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #3D984A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D984A is #C267B5. Grayscale: #747474. Windows color (decimal): -12740534 or 4888637. OLE color: 4888637.

HSL color Cylindrical-coordinate representation of color #3D984A: hue angle of 128.57º 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 #3D984A is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB 61 152 74 -
CMYK 0.60 0 0.51 0.40
HSL 128.57º 0.43% 0.42% -
HSV(B) 128.57º 0.6% 0.6% -
XYZ 14.39 23.94 10.34 -
YUV 115.9 104.35 88.84 -
System Red Green Blue C M Y K H S L
Decimal 61 152 74 0.60 0 0.51 0.40 128.57 0.43 0.42
Hex 3D 98 4A 3C 0 33 28 81 2B 2A
Octal 75 230 112 74 0 63 50 201 53 52
Binary 111101 10011000 1001010 111100 0 110011 101000 10000001 101011 101010

Color Harmonies of #3D984A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D984A

Black with #3D984A

Text Example


Text Example

White with #3D984A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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