#3B6F28

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

Shades of Bilbao #3B6F28

Tints of Bilbao #3B6F28

Color information

#3B6F28 (or 0x3B6F28) is unknown color: approx Bilbao. HEX triplet: 3B, 6F and 28. RGB value is (59,111,40). Sum of RGB (Red+Green+Blue) = 59+111+40=210 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.10% from 210); Green value is 111 (43.75% from 255 or 52.86% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 111 - color contains mainly: green. Hex color #3B6F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6F28 is #C490D7. Grayscale: #575757. Windows color (decimal): -12882136 or 2649915. OLE color: 2649915.

HSL color Cylindrical-coordinate representation of color #3B6F28: hue angle of 103.94º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B6F28 is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB5911140-
CMYK0.4700.640.56
HSL103.94º47.02%29.61%-
HSV(B)103.94º63.96%43.53%-
XYZ7.8712.454-
YUV87.36101.27107.77-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.10%
GREEN value IS 111 (43.75% from 255) = 52.86%
BLUE value IS 40 (16.02% from 255) = 19.05%
R=28.10%
G=52.86%
B=19.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59111400.4700.640.56103.9447.0229.61
Hex3B6F282F04038682f1e
Octal7315750570100701505736
Binary111011110111110100010111101000000111000110100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,111,40); }

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

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

 a { background-color: rgb(59,111,40); }

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

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

 span { border-color: rgb(59,111,40); }

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