Html Css Color HEX #3A9146 Chateau Green

📋 copy color: '#3A9146'

red 58 ◦ green 145 ◦ blue 70

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

Shades of Chateau Green #3A9146

Tints of Chateau Green #3A9146

RGB

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

 GREEN value IS 145 (57.03% from 255) = 53.11%

 BLUE value IS 70 (27.73% from 255) = 25.64%

R = 21.25%
G = 53.11%
B = 25.64%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.52

 K value IS 0.43

RGB Variations

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

Color information

#3A9146 (or 0x3A9146) is known color: Chateau Green. HEX triplet: 3A, 91 and 46. RGB value is (58,145,70). Sum of RGB (Red+Green+Blue) = 58+145+70=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 145 (57.03% from 255 or 53.11% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 145 - color contains mainly: green. Hex color #3A9146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A9146 is #C56EB9. Grayscale: #6E6E6E. Windows color (decimal): -12938938 or 4624698. OLE color: 4624698.

HSL color Cylindrical-coordinate representation of color #3A9146: hue angle of 128.28º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A9146 is Cyan = 0.6, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB 58 145 70 -
CMYK 0.6 0 0.52 0.43
HSL 128.28º 0.43% 0.4% -
HSV(B) 128.28º 0.6% 0.57% -
XYZ 12.98 21.59 9.28 -
YUV 110.44 105.18 90.6 -
System Red Green Blue C M Y K H S L
Decimal 58 145 70 0.6 0 0.52 0.43 128.28 0.43 0.4
Hex 3A 91 46 3C 0 34 2B 80 2B 28
Octal 72 221 106 74 0 64 53 200 53 50
Binary 111010 10010001 1000110 111100 0 110100 101011 10000000 101011 101000

Color Harmonies of #3A9146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A9146

Black with #3A9146

Text Example


Text Example

White with #3A9146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,145,70); }

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

background-color css

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

 a { background-color: rgb(58,145,70); }

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

border-color css

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

 span { border-color: rgb(58,145,70); }

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