#34852B

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

Shades of Bilbao #34852B

Tints of Bilbao #34852B

Color information

#34852B (or 0x34852B) is unknown color: approx Bilbao. HEX triplet: 34, 85 and 2B. RGB value is (52,133,43). Sum of RGB (Red+Green+Blue) = 52+133+43=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 133 (52.34% from 255 or 58.33% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 133 - color contains mainly: green. Hex color #34852B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34852B is #CB7AD4. Grayscale: #626262. Windows color (decimal): -13335253 or 2852148. OLE color: 2852148.

HSL color Cylindrical-coordinate representation of color #34852B: hue angle of 114º 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 #34852B is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB5213343-
CMYK0.6100.680.48
HSL114º51.14%34.51%-
HSV(B)114º67.67%52.16%-
XYZ10.2417.685.16-
YUV98.5296.6694.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.81%
GREEN value IS 133 (52.34% from 255) = 58.33%
BLUE value IS 43 (17.19% from 255) = 18.86%
R=22.81%
G=58.33%
B=18.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52133430.6100.680.4811451.1434.51
Hex34852B3D04430723323
Octal6420553750104601626343
Binary11010010000101101011111101010001001100001110010110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34852B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34852B; }

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

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

<style>
 a { background-color: #34852B; }

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

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

<style>
 span { border-color: #34852B; }

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

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