#35871E

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

Shades of Bilbao #35871E

Tints of Bilbao #35871E

Color information

#35871E (or 0x35871E) is unknown color: approx Bilbao. HEX triplet: 35, 87 and 1E. RGB value is (53,135,30). Sum of RGB (Red+Green+Blue) = 53+135+30=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 135 (53.12% from 255 or 61.93% from 218); Blue value is 30 (12.11% from 255 or 13.76% from 218); Max value from RGB is 135 - color contains mainly: green. Hex color #35871E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35871E is #CA78E1. Grayscale: #626262. Windows color (decimal): -13269218 or 2000693. OLE color: 2000693.

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

Color convert

RGB5313530-
CMYK0.6100.780.47
HSL106.86º63.64%32.35%-
HSV(B)106.86º77.78%52.94%-
XYZ10.3718.184.19-
YUV98.5189.3395.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.31%
GREEN value IS 135 (53.12% from 255) = 61.93%
BLUE value IS 30 (12.11% from 255) = 13.76%
R=24.31%
G=61.93%
B=13.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53135300.6100.780.47106.8663.6432.35
Hex35871E3D04E2F6b4020
Octal65207367501165715310040
Binary11010110000111111101111010100111010111111010111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35871E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35871E; }

 p { color: rgb(53,135,30); }

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

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

 a { background-color: rgb(53,135,30); }

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

<style>
 span { border-color: #35871E; }

 span { border-color: rgb(53,135,30); }

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