#347805

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

Shades of Bilbao #347805

Tints of Bilbao #347805

Color information

#347805 (or 0x347805) is unknown color: approx Bilbao. HEX triplet: 34, 78 and 05. RGB value is (52,120,5). Sum of RGB (Red+Green+Blue) = 52+120+5=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 120 (47.27% from 255 or 67.80% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 120 - color contains mainly: green. Hex color #347805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347805 is #CB87FA. Grayscale: #565656. Windows color (decimal): -13338619 or 358452. OLE color: 358452.

HSL color Cylindrical-coordinate representation of color #347805: hue angle of 95.48º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #347805 is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB521205-
CMYK0.5700.960.53
HSL95.48º92%24.51%-
HSV(B)95.48º95.83%47.06%-
XYZ8.1614.172.45-
YUV86.5681.97103.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.38%
GREEN value IS 120 (47.27% from 255) = 67.80%
BLUE value IS 5 (2.34% from 255) = 2.82%
R=29.38%
G=67.80%
B=2.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5212050.5700.960.5395.489224.51
Hex3478539060355f5c19
Octal6417057101406513713431
Binary1101001111000101111001011000001101011011111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347805; }

 p { color: rgb(52,120,5); }

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

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

 a { background-color: rgb(52,120,5); }

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

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

 span { border-color: rgb(52,120,5); }

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