#3C7531

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

Shades of Bilbao #3C7531

Tints of Bilbao #3C7531

Color information

#3C7531 (or 0x3C7531) is unknown color: approx Bilbao. HEX triplet: 3C, 75 and 31. RGB value is (60,117,49). Sum of RGB (Red+Green+Blue) = 60+117+49=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 117 (46.09% from 255 or 51.77% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 117 - color contains mainly: green. Hex color #3C7531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7531 is #C38ACE. Grayscale: #5C5C5C. Windows color (decimal): -12815055 or 3241276. OLE color: 3241276.

HSL color Cylindrical-coordinate representation of color #3C7531: hue angle of 110.29º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C7531 is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB6011749-
CMYK0.4900.580.54
HSL110.29º40.96%32.55%-
HSV(B)110.29º58.12%45.88%-
XYZ8.7813.95.13-
YUV92.2103.62105.03-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.55%
GREEN value IS 117 (46.09% from 255) = 51.77%
BLUE value IS 49 (19.53% from 255) = 21.68%
R=26.55%
G=51.77%
B=21.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60117490.4900.580.54110.2940.9632.55
Hex3C75313103A366e2921
Octal741656161072661565141
Binary111100111010111000111000101110101101101101110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C7531; }

 p { color: rgb(60,117,49); }

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

<style>
 a { background-color: #3C7531; }

 a { background-color: rgb(60,117,49); }

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

<style>
 span { border-color: #3C7531; }

 span { border-color: rgb(60,117,49); }

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