#3B7813

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

Shades of Bilbao #3B7813

Tints of Bilbao #3B7813

Color information

#3B7813 (or 0x3B7813) is unknown color: approx Bilbao. HEX triplet: 3B, 78 and 13. RGB value is (59,120,19). Sum of RGB (Red+Green+Blue) = 59+120+19=198 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.80% from 198); Green value is 120 (47.27% from 255 or 60.61% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 120 - color contains mainly: green. Hex color #3B7813 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B7813 is #C487EC. Grayscale: #5A5A5A. Windows color (decimal): -12879853 or 1275963. OLE color: 1275963.

HSL color Cylindrical-coordinate representation of color #3B7813: hue angle of 96.24º 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 #3B7813 is Cyan = 0.51, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB5912019-
CMYK0.5100.840.53
HSL96.24º72.66%27.25%-
HSV(B)96.24º84.17%47.06%-
XYZ8.6414.412.94-
YUV90.2587.79105.71-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.80%
GREEN value IS 120 (47.27% from 255) = 60.61%
BLUE value IS 19 (7.81% from 255) = 9.60%
R=29.80%
G=60.61%
B=9.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59120190.5100.840.5396.2472.6627.25
Hex3B7813330543560491b
Octal73170236301246514011133
Binary111011111100010011110011010101001101011100000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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