#34751a

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

Shades of Bilbao #34751A

Tints of Bilbao #34751A

Color information

#34751A (or 0x34751A) is unknown color: approx Bilbao. HEX triplet: 34, 75 and 1A. RGB value is (52,117,26). Sum of RGB (Red+Green+Blue) = 52+117+26=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 117 (46.09% from 255 or 60% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 117 - color contains mainly: green. Hex color #34751A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34751A is #CB8AE5. Grayscale: #575757. Windows color (decimal): -13339366 or 1733940. OLE color: 1733940.

HSL color Cylindrical-coordinate representation of color #34751A: hue angle of 102.86º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34751A is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB5211726-
CMYK0.5600.780.54
HSL102.86º63.64%28.04%-
HSV(B)102.86º77.78%45.88%-
XYZ7.9613.533.17-
YUV87.1993.47102.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.67%
GREEN value IS 117 (46.09% from 255) = 60%
BLUE value IS 26 (10.55% from 255) = 13.33%
R=26.67%
G=60%
B=13.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52117260.5600.780.54102.8663.6428.04
Hex34751A3804E3667401c
Octal64165327001166614710034
Binary110100111010111010111000010011101101101100111100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34751a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34751a; }

 p { color: rgb(52,117,26); }

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

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

 a { background-color: rgb(52,117,26); }

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

<style>
 span { border-color: #34751a; }

 span { border-color: rgb(52,117,26); }

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