Html Css Color HEX #3A954A Chateau Green

📋 copy color: '#3A954A'

red 58 ◦ green 149 ◦ blue 74

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

Shades of Chateau Green #3A954A

Tints of Chateau Green #3A954A

RGB

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

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

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

R = 20.64%
G = 53.02%
B = 26.33%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#3A954A (or 0x3A954A) is known color: Chateau Green. HEX triplet: 3A, 95 and 4A. RGB value is (58,149,74). Sum of RGB (Red+Green+Blue) = 58+149+74=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #3A954A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A954A is #C56AB5. Grayscale: #717171. Windows color (decimal): -12937910 or 4887866. OLE color: 4887866.

HSL color Cylindrical-coordinate representation of color #3A954A: hue angle of 130.55º 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 #3A954A is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 58 149 74 -
CMYK 0.61 0 0.50 0.42
HSL 130.55º 0.44% 0.41% -
HSV(B) 130.55º 0.61% 0.58% -
XYZ 13.73 22.89 10.17 -
YUV 113.24 105.85 88.6 -
System Red Green Blue C M Y K H S L
Decimal 58 149 74 0.61 0 0.50 0.42 130.55 0.44 0.41
Hex 3A 95 4A 3D 0 32 2A 83 2C 29
Octal 72 225 112 75 0 62 52 203 54 51
Binary 111010 10010101 1001010 111101 0 110010 101010 10000011 101100 101001

Color Harmonies of #3A954A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A954A

Black with #3A954A

Text Example


Text Example

White with #3A954A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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