Html Css Color HEX #3A934C Chateau Green

📋 copy color: '#3A934C'

red 58 ◦ green 147 ◦ blue 76

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

Shades of Chateau Green #3A934C

Tints of Chateau Green #3A934C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 52.31%

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

R = 20.64%
G = 52.31%
B = 27.05%

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

#3A934C (or 0x3A934C) is known color: Chateau Green. HEX triplet: 3A, 93 and 4C. RGB value is (58,147,76). Sum of RGB (Red+Green+Blue) = 58+147+76=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 147 (57.81% from 255 or 52.31% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 147 - color contains mainly: green. Hex color #3A934C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A934C is #C56CB3. Grayscale: #707070. Windows color (decimal): -12938420 or 5018426. OLE color: 5018426.

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

Color convert

RGB 58 147 76 -
CMYK 0.61 0 0.48 0.42
HSL 132.13º 0.43% 0.4% -
HSV(B) 132.13º 0.61% 0.58% -
XYZ 13.48 22.29 10.43 -
YUV 112.3 107.51 89.27 -
System Red Green Blue C M Y K H S L
Decimal 58 147 76 0.61 0 0.48 0.42 132.13 0.43 0.4
Hex 3A 93 4C 3D 0 30 2A 84 2B 28
Octal 72 223 114 75 0 60 52 204 53 50
Binary 111010 10010011 1001100 111101 0 110000 101010 10000100 101011 101000

Color Harmonies of #3A934C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A934C

Black with #3A934C

Text Example


Text Example

White with #3A934C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,147,76); }

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

background-color css

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

 a { background-color: rgb(58,147,76); }

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

border-color css

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

 span { border-color: rgb(58,147,76); }

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