#348825

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

Shades of Bilbao #348825

Tints of Bilbao #348825

Color information

#348825 (or 0x348825) is unknown color: approx Bilbao. HEX triplet: 34, 88 and 25. RGB value is (52,136,37). Sum of RGB (Red+Green+Blue) = 52+136+37=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 136 (53.52% from 255 or 60.44% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 136 - color contains mainly: green. Hex color #348825 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348825 is #CB77DA. Grayscale: #636363. Windows color (decimal): -13334491 or 2459700. OLE color: 2459700.

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

Color convert

RGB5213637-
CMYK0.6200.730.47
HSL110.91º57.23%33.92%-
HSV(B)110.91º72.79%53.33%-
XYZ10.5518.474.76-
YUV99.692.6794.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.11%
GREEN value IS 136 (53.52% from 255) = 60.44%
BLUE value IS 37 (14.84% from 255) = 16.44%
R=23.11%
G=60.44%
B=16.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52136370.6200.730.47110.9157.2333.92
Hex3488253E0492F6f3922
Octal6421045760111571577142
Binary11010010001000100101111110010010011011111101111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348825; }

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

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

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

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

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

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

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

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