#35752A

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

Shades of Bilbao #35752A

Tints of Bilbao #35752A

Color information

#35752A (or 0x35752A) is unknown color: approx Bilbao. HEX triplet: 35, 75 and 2A. RGB value is (53,117,42). Sum of RGB (Red+Green+Blue) = 53+117+42=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 117 (46.09% from 255 or 55.19% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 117 - color contains mainly: green. Hex color #35752A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35752A is #CA8AD5. Grayscale: #595959. Windows color (decimal): -13273814 or 2782517. OLE color: 2782517.

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

Color convert

RGB5311742-
CMYK0.5500.640.54
HSL111.2º47.17%31.18%-
HSV(B)111.2º64.1%45.88%-
XYZ8.2513.654.39-
YUV89.31101.3102.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25%
GREEN value IS 117 (46.09% from 255) = 55.19%
BLUE value IS 42 (16.80% from 255) = 19.81%
R=25%
G=55.19%
B=19.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53117420.5500.640.54111.247.1731.18
Hex35752A37040366f2f1f
Octal6516552670100661575737
Binary110101111010110101011011101000000110110110111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35752A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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