#3A7813

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

Shades of Bilbao #3A7813

Tints of Bilbao #3A7813

Color information

#3A7813 (or 0x3A7813) is unknown color: approx Bilbao. HEX triplet: 3A, 78 and 13. RGB value is (58,120,19). Sum of RGB (Red+Green+Blue) = 58+120+19=197 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.44% from 197); Green value is 120 (47.27% from 255 or 60.91% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 120 - color contains mainly: green. Hex color #3A7813 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7813 is #C587EC. Grayscale: #5A5A5A. Windows color (decimal): -12945389 or 1275962. OLE color: 1275962.

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

Color convert

RGB5812019-
CMYK0.5200.840.53
HSL96.83º72.66%27.25%-
HSV(B)96.83º84.17%47.06%-
XYZ8.5814.382.94-
YUV89.9587.96105.21-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.44%
GREEN value IS 120 (47.27% from 255) = 60.91%
BLUE value IS 19 (7.81% from 255) = 9.64%
R=29.44%
G=60.91%
B=9.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58120190.5200.840.5396.8372.6627.25
Hex3A7813340543561491b
Octal72170236401246514111133
Binary111010111100010011110100010101001101011100001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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