#35741A

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

Shades of Bilbao #35741A

Tints of Bilbao #35741A

Color information

#35741A (or 0x35741A) is unknown color: approx Bilbao. HEX triplet: 35, 74 and 1A. RGB value is (53,116,26). Sum of RGB (Red+Green+Blue) = 53+116+26=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 116 (45.70% from 255 or 59.49% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 116 - color contains mainly: green. Hex color #35741A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35741A is #CA8BE5. Grayscale: #575757. Windows color (decimal): -13274086 or 1733685. OLE color: 1733685.

HSL color Cylindrical-coordinate representation of color #35741A: hue angle of 102º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35741A is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB5311626-
CMYK0.5400.780.55
HSL102º63.38%27.84%-
HSV(B)102º77.59%45.49%-
XYZ7.913.323.13-
YUV86.993.63103.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.18%
GREEN value IS 116 (45.70% from 255) = 59.49%
BLUE value IS 26 (10.55% from 255) = 13.33%
R=27.18%
G=59.49%
B=13.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53116260.5400.780.5510263.3827.84
Hex35741A3604E37663f1c
Octal6516432660116671467734
Binary11010111101001101011011001001110110111110011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35741A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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