#3A9450

Color #3A9450 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #3A9450

Tints of Chateau Green #3A9450

Color information

#3A9450 (or 0x3A9450) is unknown color: approx Chateau Green. HEX triplet: 3A, 94 and 50. RGB value is (58,148,80). Sum of RGB (Red+Green+Blue) = 58+148+80=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #3A9450 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9450 is #C56BAF. Grayscale: #717171. Windows color (decimal): -12938160 or 5280826. OLE color: 5280826.

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

Color convert

RGB5814880-
CMYK0.6100.460.42
HSL134.67º43.69%40.39%-
HSV(B)134.67º60.81%58.04%-
XYZ13.7822.6611.24-
YUV113.34109.1888.53-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.28%
GREEN value IS 148 (58.20% from 255) = 51.75%
BLUE value IS 80 (31.64% from 255) = 27.97%
R=20.28%
G=51.75%
B=27.97%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal58148800.6100.460.42134.6743.6940.39
Hex3A94503D02E2A872c28
Octal7222412075056522075450
Binary111010100101001010000111101010111010101010000111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,148,80); }

 H1.HeaderClassName
 {
   color: #3A9450;
 }
 .AnyTagClassName
 {
   color: #3A9450;
 }
</style>
background-color css

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

 a { background-color: rgb(58,148,80); }

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

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

 span { border-color: rgb(58,148,80); }

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