#35742a

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

Shades of Bilbao #35742A

Tints of Bilbao #35742A

Color information

#35742A (or 0x35742A) is unknown color: approx Bilbao. HEX triplet: 35, 74 and 2A. RGB value is (53,116,42). Sum of RGB (Red+Green+Blue) = 53+116+42=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 116 (45.70% from 255 or 54.98% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 116 - color contains mainly: green. Hex color #35742A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35742A is #CA8BD5. Grayscale: #585858. Windows color (decimal): -13274070 or 2782261. OLE color: 2782261.

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

Color convert

RGB5311642-
CMYK0.5400.640.55
HSL111.08º46.84%30.98%-
HSV(B)111.08º63.79%45.49%-
XYZ8.1313.414.35-
YUV88.73101.63102.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.12%
GREEN value IS 116 (45.70% from 255) = 54.98%
BLUE value IS 42 (16.80% from 255) = 19.91%
R=25.12%
G=54.98%
B=19.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53116420.5400.640.55111.0846.8430.98
Hex35742A36040376f2f1f
Octal6516452660100671575737
Binary110101111010010101011011001000000110111110111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35742a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35742a; }

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

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

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

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

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

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

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

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