#358002

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

Shades of Bilbao #358002

Tints of Bilbao #358002

Color information

#358002 (or 0x358002) is unknown color: approx Bilbao. HEX triplet: 35, 80 and 02. RGB value is (53,128,2). Sum of RGB (Red+Green+Blue) = 53+128+2=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 128 (50.39% from 255 or 69.95% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 128 - color contains mainly: green. Hex color #358002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358002 is #CA7FFD. Grayscale: #5B5B5B. Windows color (decimal): -13271038 or 163893. OLE color: 163893.

HSL color Cylindrical-coordinate representation of color #358002: hue angle of 95.71º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #358002 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB531282-
CMYK0.5900.980.50
HSL95.71º96.92%25.49%-
HSV(B)95.71º98.44%50.2%-
XYZ9.216.22.7-
YUV91.2177.65100.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.96%
GREEN value IS 128 (50.39% from 255) = 69.95%
BLUE value IS 2 (1.17% from 255) = 1.09%
R=28.96%
G=69.95%
B=1.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5312820.5900.980.5095.7196.9225.49
Hex358023B06232606119
Octal6520027301426214014131
Binary1101011000000010111011011000101100101100000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358002; }

 p { color: rgb(53,128,2); }

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

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

 a { background-color: rgb(53,128,2); }

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

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

 span { border-color: rgb(53,128,2); }

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