#348A1B

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

Shades of Bilbao #348A1B

Tints of Bilbao #348A1B

Color information

#348A1B (or 0x348A1B) is unknown color: approx Bilbao. HEX triplet: 34, 8A and 1B. RGB value is (52,138,27). Sum of RGB (Red+Green+Blue) = 52+138+27=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 138 (54.30% from 255 or 63.59% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 138 - color contains mainly: green. Hex color #348A1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348A1B is #CB75E4. Grayscale: #636363. Windows color (decimal): -13333989 or 1804852. OLE color: 1804852.

HSL color Cylindrical-coordinate representation of color #348A1B: hue angle of 106.49º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #348A1B is Cyan = 0.62, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB5213827-
CMYK0.6200.800.46
HSL106.49º67.27%32.35%-
HSV(B)106.49º80.43%54.12%-
XYZ10.718.994.14-
YUV99.6387.0194.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.96%
GREEN value IS 138 (54.30% from 255) = 63.59%
BLUE value IS 27 (10.94% from 255) = 12.44%
R=23.96%
G=63.59%
B=12.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52138270.6200.800.46106.4967.2732.35
Hex348A1B3E0502E6a4320
Octal64212337601205615210340
Binary11010010001010110111111100101000010111011010101000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348A1B; }

 p { color: rgb(52,138,27); }

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

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

 a { background-color: rgb(52,138,27); }

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

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

 span { border-color: rgb(52,138,27); }

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