#3B7B00

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

Shades of Bilbao #3B7B00

Tints of Bilbao #3B7B00

Color information

#3B7B00 (or 0x3B7B00) is unknown color: approx Bilbao. HEX triplet: 3B, 7B and 00. RGB value is (59,123,0). Sum of RGB (Red+Green+Blue) = 59+123+0=182 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.42% from 182); Green value is 123 (48.44% from 255 or 67.58% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 123 - color contains mainly: green. Hex color #3B7B00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B7B00 is #C484FF. Grayscale: #5A5A5A. Windows color (decimal): -12879104 or 31547. OLE color: 31547.

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

Color convert

RGB591230-
CMYK0.52010.52
HSL91.22º100%24.12%-
HSV(B)91.22º100%48.24%-
XYZ8.8915.12.45-
YUV89.8477.3106-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.42%
GREEN value IS 123 (48.44% from 255) = 67.58%
BLUE value IS 0 (0.39% from 255) = 0%
R=32.42%
G=67.58%
B=0%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5912300.52010.5291.2210024.12
Hex3B7B034064345b6418
Octal7317306401446413314430
Binary11101111110110110100011001001101001011011110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,123,0); }

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

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

 a { background-color: rgb(59,123,0); }

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

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

 span { border-color: rgb(59,123,0); }

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