#347025

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

Shades of Bilbao #347025

Tints of Bilbao #347025

Color information

#347025 (or 0x347025) is unknown color: approx Bilbao. HEX triplet: 34, 70 and 25. RGB value is (52,112,37). Sum of RGB (Red+Green+Blue) = 52+112+37=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 112 (44.14% from 255 or 55.72% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 112 - color contains mainly: green. Hex color #347025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347025 is #CB8FDA. Grayscale: #555555. Windows color (decimal): -13340635 or 2453556. OLE color: 2453556.

HSL color Cylindrical-coordinate representation of color #347025: hue angle of 108º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #347025 is Cyan = 0.54, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB5211237-
CMYK0.5400.670.56
HSL108º50.34%29.22%-
HSV(B)108º66.96%43.92%-
XYZ7.5412.453.76-
YUV85.51100.62104.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.87%
GREEN value IS 112 (44.14% from 255) = 55.72%
BLUE value IS 37 (14.84% from 255) = 18.41%
R=25.87%
G=55.72%
B=18.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52112370.5400.670.5610850.3429.22
Hex34702536043386c321d
Octal6416045660103701546235
Binary110100111000010010111011001000011111000110110011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347025; }

 p { color: rgb(52,112,37); }

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

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

 a { background-color: rgb(52,112,37); }

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

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

 span { border-color: rgb(52,112,37); }

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