#348705

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

Shades of Bilbao #348705

Tints of Bilbao #348705

Color information

#348705 (or 0x348705) is unknown color: approx Bilbao. HEX triplet: 34, 87 and 05. RGB value is (52,135,5). Sum of RGB (Red+Green+Blue) = 52+135+5=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 135 (53.12% from 255 or 70.31% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 135 - color contains mainly: green. Hex color #348705 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348705 is #CB78FA. Grayscale: #5F5F5F. Windows color (decimal): -13334779 or 362292. OLE color: 362292.

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

Color convert

RGB521355-
CMYK0.6100.960.47
HSL98.31º92.86%27.45%-
HSV(B)98.31º96.3%52.94%-
XYZ10.1118.073.1-
YUV95.367797.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.08%
GREEN value IS 135 (53.12% from 255) = 70.31%
BLUE value IS 5 (2.34% from 255) = 2.60%
R=27.08%
G=70.31%
B=2.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5213550.6100.960.4798.3192.8627.45
Hex348753D0602F625d1b
Octal6420757501405714213533
Binary11010010000111101111101011000001011111100010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348705; }

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

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

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

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

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

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

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

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