#3A7A1C

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

Shades of Bilbao #3A7A1C

Tints of Bilbao #3A7A1C

Color information

#3A7A1C (or 0x3A7A1C) is unknown color: approx Bilbao. HEX triplet: 3A, 7A and 1C. RGB value is (58,122,28). Sum of RGB (Red+Green+Blue) = 58+122+28=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 122 (48.05% from 255 or 58.65% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 122 - color contains mainly: green. Hex color #3A7A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7A1C is #C585E3. Grayscale: #5C5C5C. Windows color (decimal): -12944868 or 1866298. OLE color: 1866298.

HSL color Cylindrical-coordinate representation of color #3A7A1C: hue angle of 100.85º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A7A1C is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB5812228-
CMYK0.5200.770.52
HSL100.85º62.67%29.41%-
HSV(B)100.85º77.05%47.84%-
XYZ8.9114.93.51-
YUV92.1591.8103.64-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.88%
GREEN value IS 122 (48.05% from 255) = 58.65%
BLUE value IS 28 (11.33% from 255) = 13.46%
R=27.88%
G=58.65%
B=13.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58122280.5200.770.52100.8562.6729.41
Hex3A7A1C3404D34653f1d
Octal7217234640115641457735
Binary11101011110101110011010001001101110100110010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,122,28); }

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

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

 a { background-color: rgb(58,122,28); }

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

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

 span { border-color: rgb(58,122,28); }

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