#3B8602

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

Shades of Bilbao #3B8602

Tints of Bilbao #3B8602

Color information

#3B8602 (or 0x3B8602) is unknown color: approx Bilbao. HEX triplet: 3B, 86 and 02. RGB value is (59,134,2). Sum of RGB (Red+Green+Blue) = 59+134+2=195 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.26% from 195); Green value is 134 (52.73% from 255 or 68.72% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 134 - color contains mainly: green. Hex color #3B8602 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3B8602 is #C479FD. Grayscale: #606060. Windows color (decimal): -12876286 or 165435. OLE color: 165435.

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

Color convert

RGB591342-
CMYK0.5600.990.47
HSL94.09º97.06%26.67%-
HSV(B)94.09º98.51%52.55%-
XYZ10.3417.982.98-
YUV96.5374.65101.23-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.26%
GREEN value IS 134 (52.73% from 255) = 68.72%
BLUE value IS 2 (1.17% from 255) = 1.03%
R=30.26%
G=68.72%
B=1.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5913420.5600.990.4794.0997.0626.67
Hex3B862380632F5e611b
Octal7320627001435713614133
Binary1110111000011010111000011000111011111011110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,134,2); }

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

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

 a { background-color: rgb(59,134,2); }

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

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

 span { border-color: rgb(59,134,2); }

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