#3C7015

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

Shades of Bilbao #3C7015

Tints of Bilbao #3C7015

Color information

#3C7015 (or 0x3C7015) is unknown color: approx Bilbao. HEX triplet: 3C, 70 and 15. RGB value is (60,112,21). Sum of RGB (Red+Green+Blue) = 60+112+21=193 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.09% from 193); Green value is 112 (44.14% from 255 or 58.03% from 193); Blue value is 21 (8.59% from 255 or 10.88% from 193); Max value from RGB is 112 - color contains mainly: green. Hex color #3C7015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7015 is #C38FEA. Grayscale: #565656. Windows color (decimal): -12816363 or 1404988. OLE color: 1404988.

HSL color Cylindrical-coordinate representation of color #3C7015: hue angle of 94.29º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C7015 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB6011221-
CMYK0.4600.810.56
HSL94.29º68.42%26.08%-
HSV(B)94.29º81.25%43.92%-
XYZ7.7912.62.73-
YUV86.0891.27109.4-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.09%
GREEN value IS 112 (44.14% from 255) = 58.03%
BLUE value IS 21 (8.59% from 255) = 10.88%
R=31.09%
G=58.03%
B=10.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60112210.4600.810.5694.2968.4226.08
Hex3C70152E051385e441a
Octal74160255601217013610432
Binary111100111000010101101110010100011110001011110100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,112,21); }

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

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

 a { background-color: rgb(60,112,21); }

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

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

 span { border-color: rgb(60,112,21); }

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