#348F00

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

Shades of Bilbao #348F00

Tints of Bilbao #348F00

Color information

#348F00 (or 0x348F00) is unknown color: approx Bilbao. HEX triplet: 34, 8F and 00. RGB value is (52,143,0). Sum of RGB (Red+Green+Blue) = 52+143+0=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 143 (56.25% from 255 or 73.33% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 143 - color contains mainly: green. Hex color #348F00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348F00 is #CB70FF. Grayscale: #636363. Windows color (decimal): -13332736 or 36660. OLE color: 36660.

HSL color Cylindrical-coordinate representation of color #348F00: hue angle of 98.18º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #348F00 is Cyan = 0.64, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.

Color convert

RGB521430-
CMYK0.64010.44
HSL98.18º100%28.04%-
HSV(B)98.18º100%56.08%-
XYZ11.2420.373.34-
YUV99.4971.8594.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.67%
GREEN value IS 143 (56.25% from 255) = 73.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=26.67%
G=73.33%
B=0%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5214300.64010.4498.1810028.04
Hex348F0400642C62641c
Octal64217010001445414214434
Binary1101001000111101000000011001001011001100010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,143,0); }

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

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

 a { background-color: rgb(52,143,0); }

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

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

 span { border-color: rgb(52,143,0); }

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