#348601

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

Shades of Bilbao #348601

Tints of Bilbao #348601

Color information

#348601 (or 0x348601) is unknown color: approx Bilbao. HEX triplet: 34, 86 and 01. RGB value is (52,134,1). Sum of RGB (Red+Green+Blue) = 52+134+1=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 134 (52.73% from 255 or 71.66% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 134 - color contains mainly: green. Hex color #348601 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348601 is #CB79FE. Grayscale: #5E5E5E. Windows color (decimal): -13335039 or 99892. OLE color: 99892.

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

Color convert

RGB521341-
CMYK0.6100.990.47
HSL96.99º98.52%26.47%-
HSV(B)96.99º99.25%52.55%-
XYZ9.9517.782.94-
YUV94.3275.3397.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.81%
GREEN value IS 134 (52.73% from 255) = 71.66%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=27.81%
G=71.66%
B=0.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5213410.6100.990.4796.9998.5226.47
Hex348613D0632F61631a
Octal6420617501435714114332
Binary110100100001101111101011000111011111100001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348601; }

 p { color: rgb(52,134,1); }

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

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

 a { background-color: rgb(52,134,1); }

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

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

 span { border-color: rgb(52,134,1); }

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