#3B852B

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

Shades of Bilbao #3B852B

Tints of Bilbao #3B852B

Color information

#3B852B (or 0x3B852B) is unknown color: approx Bilbao. HEX triplet: 3B, 85 and 2B. RGB value is (59,133,43). Sum of RGB (Red+Green+Blue) = 59+133+43=235 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25.11% from 235); Green value is 133 (52.34% from 255 or 56.60% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 133 - color contains mainly: green. Hex color #3B852B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B852B is #C47AD4. Grayscale: #646464. Windows color (decimal): -12876501 or 2852155. OLE color: 2852155.

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

Color convert

RGB5913343-
CMYK0.5600.680.48
HSL109.33º51.14%34.51%-
HSV(B)109.33º67.67%52.16%-
XYZ10.6317.885.18-
YUV100.6195.4898.32-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.11%
GREEN value IS 133 (52.34% from 255) = 56.60%
BLUE value IS 43 (17.19% from 255) = 18.30%
R=25.11%
G=56.60%
B=18.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal59133430.5600.680.48109.3351.1434.51
Hex3B852B38044306d3323
Octal7320553700104601556343
Binary11101110000101101011111000010001001100001101101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B852B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,133,43); }

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

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

 a { background-color: rgb(59,133,43); }

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

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

 span { border-color: rgb(59,133,43); }

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