Html Css Color HEX #3A954B Chateau Green

📋 copy color: '#3A954B'

red 58 ◦ green 149 ◦ blue 75

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

Shades of Chateau Green #3A954B

Tints of Chateau Green #3A954B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.6%

R = 20.57%
G = 52.84%
B = 26.6%

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

#3A954B (or 0x3A954B) is known color: Chateau Green. HEX triplet: 3A, 95 and 4B. RGB value is (58,149,75). Sum of RGB (Red+Green+Blue) = 58+149+75=282 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.57% from 282); Green value is 149 (58.59% from 255 or 52.84% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 149 - color contains mainly: green. Hex color #3A954B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A954B is #C56AB4. Grayscale: #717171. Windows color (decimal): -12937909 or 4953402. OLE color: 4953402.

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

Color convert

RGB 58 149 75 -
CMYK 0.61 0 0.50 0.42
HSL 131.21º 0.44% 0.41% -
HSV(B) 131.21º 0.61% 0.58% -
XYZ 13.76 22.9 10.35 -
YUV 113.36 106.35 88.52 -
System Red Green Blue C M Y K H S L
Decimal 58 149 75 0.61 0 0.50 0.42 131.21 0.44 0.41
Hex 3A 95 4B 3D 0 32 2A 83 2C 29
Octal 72 225 113 75 0 62 52 203 54 51
Binary 111010 10010101 1001011 111101 0 110010 101010 10000011 101100 101001

Color Harmonies of #3A954B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A954B

Black with #3A954B

Text Example


Text Example

White with #3A954B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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