#35841E

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

Shades of Bilbao #35841E

Tints of Bilbao #35841E

Color information

#35841E (or 0x35841E) is unknown color: approx Bilbao. HEX triplet: 35, 84 and 1E. RGB value is (53,132,30). Sum of RGB (Red+Green+Blue) = 53+132+30=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 132 (51.95% from 255 or 61.40% from 215); Blue value is 30 (12.11% from 255 or 13.95% from 215); Max value from RGB is 132 - color contains mainly: green. Hex color #35841E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35841E is #CA7BE1. Grayscale: #616161. Windows color (decimal): -13269986 or 1999925. OLE color: 1999925.

HSL color Cylindrical-coordinate representation of color #35841E: hue angle of 106.47º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35841E is Cyan = 0.60, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB5313230-
CMYK0.6000.770.48
HSL106.47º62.96%31.76%-
HSV(B)106.47º77.27%51.76%-
XYZ9.9517.354.05-
YUV96.7590.3396.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.65%
GREEN value IS 132 (51.95% from 255) = 61.40%
BLUE value IS 30 (12.11% from 255) = 13.95%
R=24.65%
G=61.40%
B=13.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53132300.6000.770.48106.4762.9631.76
Hex35841E3C04D306a3f20
Octal6520436740115601527740
Binary1101011000010011110111100010011011100001101010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35841E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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