#3A7812

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

Shades of Bilbao #3A7812

Tints of Bilbao #3A7812

Color information

#3A7812 (or 0x3A7812) is unknown color: approx Bilbao. HEX triplet: 3A, 78 and 12. RGB value is (58,120,18). Sum of RGB (Red+Green+Blue) = 58+120+18=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 120 (47.27% from 255 or 61.22% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 120 - color contains mainly: green. Hex color #3A7812 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7812 is #C587ED. Grayscale: #5A5A5A. Windows color (decimal): -12945390 or 1210426. OLE color: 1210426.

HSL color Cylindrical-coordinate representation of color #3A7812: hue angle of 96.47º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A7812 is Cyan = 0.52, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB5812018-
CMYK0.5200.850.53
HSL96.47º73.91%27.06%-
HSV(B)96.47º85%47.06%-
XYZ8.5714.382.9-
YUV89.8387.46105.29-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.59%
GREEN value IS 120 (47.27% from 255) = 61.22%
BLUE value IS 18 (7.42% from 255) = 9.18%
R=29.59%
G=61.22%
B=9.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58120180.5200.850.5396.4773.9127.06
Hex3A78123405535604a1b
Octal72170226401256514011233
Binary111010111100010010110100010101011101011100000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,120,18); }

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

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

 a { background-color: rgb(58,120,18); }

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

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

 span { border-color: rgb(58,120,18); }

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