#35801A

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

Shades of Bilbao #35801A

Tints of Bilbao #35801A

Color information

#35801A (or 0x35801A) is unknown color: approx Bilbao. HEX triplet: 35, 80 and 1A. RGB value is (53,128,26). Sum of RGB (Red+Green+Blue) = 53+128+26=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 128 (50.39% from 255 or 61.84% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 128 - color contains mainly: green. Hex color #35801A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35801A is #CA7FE5. Grayscale: #5E5E5E. Windows color (decimal): -13271014 or 1736757. OLE color: 1736757.

HSL color Cylindrical-coordinate representation of color #35801A: hue angle of 104.12º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #35801A is Cyan = 0.59, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB5312826-
CMYK0.5900.800.50
HSL104.12º66.23%30.2%-
HSV(B)104.12º79.69%50.2%-
XYZ9.3716.273.62-
YUV93.9589.6598.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.60%
GREEN value IS 128 (50.39% from 255) = 61.84%
BLUE value IS 26 (10.55% from 255) = 12.56%
R=25.60%
G=61.84%
B=12.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53128260.5900.800.50104.1266.2330.2
Hex35801A3B0503268421e
Octal65200327301206215010236
Binary1101011000000011010111011010100001100101101000100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35801A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35801A; }

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

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

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

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

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

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

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

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