#34840B

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

Shades of Bilbao #34840B

Tints of Bilbao #34840B

Color information

#34840B (or 0x34840B) is unknown color: approx Bilbao. HEX triplet: 34, 84 and 0B. RGB value is (52,132,11). Sum of RGB (Red+Green+Blue) = 52+132+11=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 132 (51.95% from 255 or 67.69% from 195); Blue value is 11 (4.69% from 255 or 5.64% from 195); Max value from RGB is 132 - color contains mainly: green. Hex color #34840B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34840B is #CB7BF4. Grayscale: #5E5E5E. Windows color (decimal): -13335541 or 754740. OLE color: 754740.

HSL color Cylindrical-coordinate representation of color #34840B: hue angle of 99.67º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #34840B is Cyan = 0.61, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB5213211-
CMYK0.6100.920.48
HSL99.67º84.62%28.04%-
HSV(B)99.67º91.67%51.76%-
XYZ9.7317.263.13-
YUV94.298197.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.67%
GREEN value IS 132 (51.95% from 255) = 67.69%
BLUE value IS 11 (4.69% from 255) = 5.64%
R=26.67%
G=67.69%
B=5.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52132110.6100.920.4899.6784.6228.04
Hex3484B3D05C3064551c
Octal64204137501346014412534
Binary110100100001001011111101010111001100001100100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34840B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,132,11); }

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

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

 a { background-color: rgb(52,132,11); }

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

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

 span { border-color: rgb(52,132,11); }

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