#348C17

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

Shades of Bilbao #348C17

Tints of Bilbao #348C17

Color information

#348C17 (or 0x348C17) is unknown color: approx Bilbao. HEX triplet: 34, 8C and 17. RGB value is (52,140,23). Sum of RGB (Red+Green+Blue) = 52+140+23=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 140 (55.08% from 255 or 65.12% from 215); Blue value is 23 (9.38% from 255 or 10.70% from 215); Max value from RGB is 140 - color contains mainly: green. Hex color #348C17 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348C17 is #CB73E8. Grayscale: #646464. Windows color (decimal): -13333481 or 1543220. OLE color: 1543220.

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

Color convert

RGB5214023-
CMYK0.6300.840.45
HSL105.13º71.78%31.96%-
HSV(B)105.13º83.57%54.9%-
XYZ10.9519.554.01-
YUV100.3584.3593.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.19%
GREEN value IS 140 (55.08% from 255) = 65.12%
BLUE value IS 23 (9.38% from 255) = 10.70%
R=24.19%
G=65.12%
B=10.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52140230.6300.840.45105.1371.7831.96
Hex348C173F0542D694820
Octal64214277701245515111040
Binary11010010001100101111111110101010010110111010011001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,140,23); }

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

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

 a { background-color: rgb(52,140,23); }

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

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

 span { border-color: rgb(52,140,23); }

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