#35862E

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

Shades of Bilbao #35862E

Tints of Bilbao #35862E

Color information

#35862E (or 0x35862E) is unknown color: approx Bilbao. HEX triplet: 35, 86 and 2E. RGB value is (53,134,46). Sum of RGB (Red+Green+Blue) = 53+134+46=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 134 (52.73% from 255 or 57.51% from 233); Blue value is 46 (18.36% from 255 or 19.74% from 233); Max value from RGB is 134 - color contains mainly: green. Hex color #35862E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35862E is #CA79D1. Grayscale: #646464. Windows color (decimal): -13269458 or 3049013. OLE color: 3049013.

HSL color Cylindrical-coordinate representation of color #35862E: hue angle of 115.23º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35862E is Cyan = 0.60, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB5313446-
CMYK0.6000.660.47
HSL115.23º48.89%35.29%-
HSV(B)115.23º65.67%52.55%-
XYZ10.49185.51-
YUV99.7597.6694.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.75%
GREEN value IS 134 (52.73% from 255) = 57.51%
BLUE value IS 46 (18.36% from 255) = 19.74%
R=22.75%
G=57.51%
B=19.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53134460.6000.660.47115.2348.8935.29
Hex35862E3C0422F733123
Octal6520656740102571636143
Binary11010110000110101110111100010000101011111110011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35862E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,134,46); }

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

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

 a { background-color: rgb(53,134,46); }

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

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

 span { border-color: rgb(53,134,46); }

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