#348706

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

Shades of Bilbao #348706

Tints of Bilbao #348706

Color information

#348706 (or 0x348706) is unknown color: approx Bilbao. HEX triplet: 34, 87 and 06. RGB value is (52,135,6). Sum of RGB (Red+Green+Blue) = 52+135+6=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 135 (53.12% from 255 or 69.95% from 193); Blue value is 6 (2.73% from 255 or 3.11% from 193); Max value from RGB is 135 - color contains mainly: green. Hex color #348706 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348706 is #CB78F9. Grayscale: #5F5F5F. Windows color (decimal): -13334778 or 427828. OLE color: 427828.

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

Color convert

RGB521356-
CMYK0.6100.960.47
HSL98.6º91.49%27.65%-
HSV(B)98.6º95.56%52.94%-
XYZ10.1118.073.13-
YUV95.4877.596.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.94%
GREEN value IS 135 (53.12% from 255) = 69.95%
BLUE value IS 6 (2.73% from 255) = 3.11%
R=26.94%
G=69.95%
B=3.11%

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
Decimal5213560.6100.960.4798.691.4927.65
Hex348763D0602F635b1c
Octal6420767501405714313334
Binary11010010000111110111101011000001011111100011101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348706; }

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

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

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

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

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

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

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

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