Html Css Color HEX #3A954D Chateau Green

📋 copy color: '#3A954D'

red 58 ◦ green 149 ◦ blue 77

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

Shades of Chateau Green #3A954D

Tints of Chateau Green #3A954D

RGB

 RED value IS 58 (23.05% from 255) = 20.42%

 GREEN value IS 149 (58.59% from 255) = 52.46%

 BLUE value IS 77 (30.47% from 255) = 27.11%

R = 20.42%
G = 52.46%
B = 27.11%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#3A954D (or 0x3A954D) is known color: Chateau Green. HEX triplet: 3A, 95 and 4D. RGB value is (58,149,77). Sum of RGB (Red+Green+Blue) = 58+149+77=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 149 (58.59% from 255 or 52.46% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 149 - color contains mainly: green. Hex color #3A954D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A954D is #C56AB2. Grayscale: #717171. Windows color (decimal): -12937907 or 5084474. OLE color: 5084474.

HSL color Cylindrical-coordinate representation of color #3A954D: hue angle of 132.53º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A954D is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 58 149 77 -
CMYK 0.61 0 0.48 0.42
HSL 132.53º 0.44% 0.41% -
HSV(B) 132.53º 0.61% 0.58% -
XYZ 13.83 22.93 10.72 -
YUV 113.58 107.35 88.35 -
System Red Green Blue C M Y K H S L
Decimal 58 149 77 0.61 0 0.48 0.42 132.53 0.44 0.41
Hex 3A 95 4D 3D 0 30 2A 85 2C 29
Octal 72 225 115 75 0 60 52 205 54 51
Binary 111010 10010101 1001101 111101 0 110000 101010 10000101 101100 101001

Color Harmonies of #3A954D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A954D

Black with #3A954D

Text Example


Text Example

White with #3A954D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,149,77); }

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

background-color css

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

 a { background-color: rgb(58,149,77); }

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

border-color css

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

 span { border-color: rgb(58,149,77); }

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