#348325

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

Shades of Bilbao #348325

Tints of Bilbao #348325

Color information

#348325 (or 0x348325) is unknown color: approx Bilbao. HEX triplet: 34, 83 and 25. RGB value is (52,131,37). Sum of RGB (Red+Green+Blue) = 52+131+37=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 131 (51.56% from 255 or 59.55% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 131 - color contains mainly: green. Hex color #348325 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348325 is #CB7CDA. Grayscale: #606060. Windows color (decimal): -13335771 or 2458420. OLE color: 2458420.

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

Color convert

RGB5213137-
CMYK0.6000.720.49
HSL110.43º55.95%32.94%-
HSV(B)110.43º71.76%51.37%-
XYZ9.8717.14.53-
YUV96.6694.3396.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.64%
GREEN value IS 131 (51.56% from 255) = 59.55%
BLUE value IS 37 (14.84% from 255) = 16.82%
R=23.64%
G=59.55%
B=16.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52131370.6000.720.49110.4355.9532.94
Hex3483253C048316e3821
Octal6420345740110611567041
Binary11010010000011100101111100010010001100011101110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348325; }

 p { color: rgb(52,131,37); }

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

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

 a { background-color: rgb(52,131,37); }

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

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

 span { border-color: rgb(52,131,37); }

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