#35781B

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

Shades of Bilbao #35781B

Tints of Bilbao #35781B

Color information

#35781B (or 0x35781B) is unknown color: approx Bilbao. HEX triplet: 35, 78 and 1B. RGB value is (53,120,27). Sum of RGB (Red+Green+Blue) = 53+120+27=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 120 (47.27% from 255 or 60% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 120 - color contains mainly: green. Hex color #35781B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35781B is #CA87E4. Grayscale: #595959. Windows color (decimal): -13273061 or 1800245. OLE color: 1800245.

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

Color convert

RGB5312027-
CMYK0.5600.780.53
HSL103.23º63.27%28.82%-
HSV(B)103.23º77.5%47.06%-
XYZ8.3814.273.35-
YUV89.3692.8102.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.5%
GREEN value IS 120 (47.27% from 255) = 60%
BLUE value IS 27 (10.94% from 255) = 13.5%
R=26.5%
G=60%
B=13.5%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53120270.5600.780.53103.2363.2728.82
Hex35781B3804E35673f1d
Octal6517033700116651477735
Binary11010111110001101111100001001110110101110011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35781B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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