#348225

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

Shades of Bilbao #348225

Tints of Bilbao #348225

Color information

#348225 (or 0x348225) is unknown color: approx Bilbao. HEX triplet: 34, 82 and 25. RGB value is (52,130,37). Sum of RGB (Red+Green+Blue) = 52+130+37=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 130 (51.17% from 255 or 59.36% from 219); Blue value is 37 (14.84% from 255 or 16.89% from 219); Max value from RGB is 130 - color contains mainly: green. Hex color #348225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348225 is #CB7DDA. Grayscale: #606060. Windows color (decimal): -13336027 or 2458164. OLE color: 2458164.

HSL color Cylindrical-coordinate representation of color #348225: hue angle of 110.32º 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 #348225 is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB5213037-
CMYK0.6000.720.49
HSL110.32º55.69%32.75%-
HSV(B)110.32º71.54%50.98%-
XYZ9.7316.834.49-
YUV96.0894.6696.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.74%
GREEN value IS 130 (51.17% from 255) = 59.36%
BLUE value IS 37 (14.84% from 255) = 16.89%
R=23.74%
G=59.36%
B=16.89%

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
Decimal52130370.6000.720.49110.3255.6932.75
Hex3482253C048316e3821
Octal6420245740110611567041
Binary11010010000010100101111100010010001100011101110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348225; }

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

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

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

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

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

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

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

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