#348D0D

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

Shades of Bilbao #348D0D

Tints of Bilbao #348D0D

Color information

#348D0D (or 0x348D0D) is unknown color: approx Bilbao. HEX triplet: 34, 8D and 0D. RGB value is (52,141,13). Sum of RGB (Red+Green+Blue) = 52+141+13=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 141 (55.47% from 255 or 68.45% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 141 - color contains mainly: green. Hex color #348D0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348D0D is #CB72F2. Grayscale: #646464. Windows color (decimal): -13333235 or 888116. OLE color: 888116.

HSL color Cylindrical-coordinate representation of color #348D0D: hue angle of 101.72º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #348D0D is Cyan = 0.63, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB5214113-
CMYK0.6300.910.45
HSL101.72º83.12%30.2%-
HSV(B)101.72º90.78%55.29%-
XYZ11.0119.813.62-
YUV99.879.0193.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.24%
GREEN value IS 141 (55.47% from 255) = 68.45%
BLUE value IS 13 (5.47% from 255) = 6.31%
R=25.24%
G=68.45%
B=6.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52141130.6300.910.45101.7283.1230.2
Hex348DD3F05B2D66531e
Octal64215157701335514612336
Binary110100100011011101111111010110111011011100110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,141,13); }

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

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

 a { background-color: rgb(52,141,13); }

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

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

 span { border-color: rgb(52,141,13); }

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