#35852D

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

Shades of Bilbao #35852D

Tints of Bilbao #35852D

Color information

#35852D (or 0x35852D) is unknown color: approx Bilbao. HEX triplet: 35, 85 and 2D. RGB value is (53,133,45). Sum of RGB (Red+Green+Blue) = 53+133+45=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 133 (52.34% from 255 or 57.58% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 133 - color contains mainly: green. Hex color #35852D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35852D is #CA7AD2. Grayscale: #636363. Windows color (decimal): -13269715 or 2983221. OLE color: 2983221.

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

Color convert

RGB5313345-
CMYK0.6000.660.48
HSL114.55º49.44%34.9%-
HSV(B)114.55º66.17%52.16%-
XYZ10.3317.725.36-
YUV99.0597.595.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.94%
GREEN value IS 133 (52.34% from 255) = 57.58%
BLUE value IS 45 (17.97% from 255) = 19.48%
R=22.94%
G=57.58%
B=19.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53133450.6000.660.48114.5549.4434.9
Hex35852D3C04230733123
Octal6520555740102601636143
Binary11010110000101101101111100010000101100001110011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35852D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35852D; }

 p { color: rgb(53,133,45); }

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

<style>
 a { background-color: #35852D; }

 a { background-color: rgb(53,133,45); }

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

<style>
 span { border-color: #35852D; }

 span { border-color: rgb(53,133,45); }

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