#348A18

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

Shades of Bilbao #348A18

Tints of Bilbao #348A18

Color information

#348A18 (or 0x348A18) is unknown color: approx Bilbao. HEX triplet: 34, 8A and 18. RGB value is (52,138,24). Sum of RGB (Red+Green+Blue) = 52+138+24=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 138 (54.30% from 255 or 64.49% from 214); Blue value is 24 (9.77% from 255 or 11.21% from 214); Max value from RGB is 138 - color contains mainly: green. Hex color #348A18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348A18 is #CB75E7. Grayscale: #636363. Windows color (decimal): -13333992 or 1608244. OLE color: 1608244.

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

Color convert

RGB5213824-
CMYK0.6200.830.46
HSL105.26º70.37%31.76%-
HSV(B)105.26º82.61%54.12%-
XYZ10.6718.973.96-
YUV99.2985.5194.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.30%
GREEN value IS 138 (54.30% from 255) = 64.49%
BLUE value IS 24 (9.77% from 255) = 11.21%
R=24.30%
G=64.49%
B=11.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52138240.6200.830.46105.2670.3731.76
Hex348A183E0532E694620
Octal64212307601235615110640
Binary11010010001010110001111100101001110111011010011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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