#348826

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

Shades of Bilbao #348826

Tints of Bilbao #348826

Color information

#348826 (or 0x348826) is unknown color: approx Bilbao. HEX triplet: 34, 88 and 26. RGB value is (52,136,38). Sum of RGB (Red+Green+Blue) = 52+136+38=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 136 (53.52% from 255 or 60.18% from 226); Blue value is 38 (15.23% from 255 or 16.81% from 226); Max value from RGB is 136 - color contains mainly: green. Hex color #348826 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348826 is #CB77D9. Grayscale: #646464. Windows color (decimal): -13334490 or 2525236. OLE color: 2525236.

HSL color Cylindrical-coordinate representation of color #348826: hue angle of 111.43º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #348826 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB5213638-
CMYK0.6200.720.47
HSL111.43º56.32%34.12%-
HSV(B)111.43º72.06%53.33%-
XYZ10.5718.484.84-
YUV99.7193.1793.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.01%
GREEN value IS 136 (53.52% from 255) = 60.18%
BLUE value IS 38 (15.23% from 255) = 16.81%
R=23.01%
G=60.18%
B=16.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52136380.6200.720.47111.4356.3234.12
Hex3488263E0482F6f3822
Octal6421046760110571577042
Binary11010010001000100110111110010010001011111101111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348826; }

 p { color: rgb(52,136,38); }

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

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

 a { background-color: rgb(52,136,38); }

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

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

 span { border-color: rgb(52,136,38); }

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