#3B842F

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

Shades of Bilbao #3B842F

Tints of Bilbao #3B842F

Color information

#3B842F (or 0x3B842F) is unknown color: approx Bilbao. HEX triplet: 3B, 84 and 2F. RGB value is (59,132,47). Sum of RGB (Red+Green+Blue) = 59+132+47=238 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.79% from 238); Green value is 132 (51.95% from 255 or 55.46% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 132 - color contains mainly: green. Hex color #3B842F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B842F is #C47BD0. Grayscale: #646464. Windows color (decimal): -12876753 or 3114043. OLE color: 3114043.

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

Color convert

RGB5913247-
CMYK0.5500.640.48
HSL111.53º47.49%35.1%-
HSV(B)111.53º64.39%51.76%-
XYZ10.5717.645.54-
YUV100.4897.8298.41-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.79%
GREEN value IS 132 (51.95% from 255) = 55.46%
BLUE value IS 47 (18.75% from 255) = 19.75%
R=24.79%
G=55.46%
B=19.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal59132470.5500.640.48111.5347.4935.1
Hex3B842F3704030702f23
Octal7320457670100601605743
Binary11101110000100101111110111010000001100001110000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B842F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,132,47); }

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

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

 a { background-color: rgb(59,132,47); }

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

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

 span { border-color: rgb(59,132,47); }

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