#35782B

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

Shades of Bilbao #35782B

Tints of Bilbao #35782B

Color information

#35782B (or 0x35782B) is unknown color: approx Bilbao. HEX triplet: 35, 78 and 2B. RGB value is (53,120,43). Sum of RGB (Red+Green+Blue) = 53+120+43=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 120 (47.27% from 255 or 55.56% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 120 - color contains mainly: green. Hex color #35782B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35782B is #CA87D4. Grayscale: #5B5B5B. Windows color (decimal): -13273045 or 2848821. OLE color: 2848821.

HSL color Cylindrical-coordinate representation of color #35782B: hue angle of 112.21º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35782B is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB5312043-
CMYK0.5600.640.53
HSL112.21º47.24%31.96%-
HSV(B)112.21º64.17%47.06%-
XYZ8.6214.364.6-
YUV91.19100.8100.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.54%
GREEN value IS 120 (47.27% from 255) = 55.56%
BLUE value IS 43 (17.19% from 255) = 19.91%
R=24.54%
G=55.56%
B=19.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53120430.5600.640.53112.2147.2431.96
Hex35782B3804035702f20
Octal6517053700100651605740
Binary1101011111000101011111000010000001101011110000101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35782B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35782B; }

 p { color: rgb(53,120,43); }

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

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

 a { background-color: rgb(53,120,43); }

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

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

 span { border-color: rgb(53,120,43); }

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