#3AA74C

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

Shades of Chateau Green #3AA74C

Tints of Chateau Green #3AA74C

Color information

#3AA74C (or 0x3AA74C) is unknown color: approx Chateau Green. HEX triplet: 3A, A7 and 4C. RGB value is (58,167,76). Sum of RGB (Red+Green+Blue) = 58+167+76=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 167 (65.62% from 255 or 55.48% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 167 - color contains mainly: green. Hex color #3AA74C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA74C is #C558B3. Grayscale: #7C7C7C. Windows color (decimal): -12933300 or 5023546. OLE color: 5023546.

HSL color Cylindrical-coordinate representation of color #3AA74C: hue angle of 129.91º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3AA74C is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB5816776-
CMYK0.6500.540.35
HSL129.91º48.44%44.12%-
HSV(B)129.91º65.27%65.49%-
XYZ16.8729.0611.56-
YUV124.04100.8980.9-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.27%
GREEN value IS 167 (65.62% from 255) = 55.48%
BLUE value IS 76 (30.08% from 255) = 25.25%
R=19.27%
G=55.48%
B=25.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal58167760.6500.540.35129.9148.4444.12
Hex3AA74C410362382302c
Octal72247114101066432026054
Binary1110101010011110011001000001011011010001110000010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA74C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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