#C3A529

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

Shades of Earls Green #C3A529

Tints of Earls Green #C3A529

Color information

#C3A529 (or 0xC3A529) is unknown color: approx Earls Green. HEX triplet: C3, A5 and 29. RGB value is (195,165,41). Sum of RGB (Red+Green+Blue) = 195+165+41=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 41 (16.41% from 255 or 10.22% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A529 is #3C5AD6. Grayscale: #A0A0A0. Windows color (decimal): -3955415 or 2729411. OLE color: 2729411.

HSL color Cylindrical-coordinate representation of color #C3A529: hue angle of 48.31º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C3A529 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB19516541-
CMYK00.150.790.24
HSL48.31º65.25%46.27%-
HSV(B)48.31º78.97%76.47%-
XYZ36.3638.677.65-
YUV159.8360.94153.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.63%
GREEN value IS 165 (64.84% from 255) = 41.15%
BLUE value IS 41 (16.41% from 255) = 10.22%
R=48.63%
G=41.15%
B=10.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951654100.150.790.2448.3165.2546.27
HexC3A5290F4F1830412e
Octal30324551017117306010156
Binary1100001110100101101001011111001111110001100001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A529; }

 p { color: rgb(195,165,41); }

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

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

 a { background-color: rgb(195,165,41); }

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

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

 span { border-color: rgb(195,165,41); }

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