#348112

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

Shades of Bilbao #348112

Tints of Bilbao #348112

Color information

#348112 (or 0x348112) is unknown color: approx Bilbao. HEX triplet: 34, 81 and 12. RGB value is (52,129,18). Sum of RGB (Red+Green+Blue) = 52+129+18=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 129 (50.78% from 255 or 64.82% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 129 - color contains mainly: green. Hex color #348112 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348112 is #CB7EED. Grayscale: #5D5D5D. Windows color (decimal): -13336302 or 1212724. OLE color: 1212724.

HSL color Cylindrical-coordinate representation of color #348112: hue angle of 101.62º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #348112 is Cyan = 0.60, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB5212918-
CMYK0.6000.860.49
HSL101.62º75.51%28.82%-
HSV(B)101.62º86.05%50.59%-
XYZ9.3816.473.26-
YUV93.3285.4998.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.13%
GREEN value IS 129 (50.78% from 255) = 64.82%
BLUE value IS 18 (7.42% from 255) = 9.05%
R=26.13%
G=64.82%
B=9.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52129180.6000.860.49101.6275.5128.82
Hex3481123C05631664c1d
Octal64201227401266114611435
Binary1101001000000110010111100010101101100011100110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348112; }

 p { color: rgb(52,129,18); }

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

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

 a { background-color: rgb(52,129,18); }

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

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

 span { border-color: rgb(52,129,18); }

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