#3C7821

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

Shades of Bilbao #3C7821

Tints of Bilbao #3C7821

Color information

#3C7821 (or 0x3C7821) is unknown color: approx Bilbao. HEX triplet: 3C, 78 and 21. RGB value is (60,120,33). Sum of RGB (Red+Green+Blue) = 60+120+33=213 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.17% from 213); Green value is 120 (47.27% from 255 or 56.34% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 120 - color contains mainly: green. Hex color #3C7821 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7821 is #C387DE. Grayscale: #5C5C5C. Windows color (decimal): -12814303 or 2193468. OLE color: 2193468.

HSL color Cylindrical-coordinate representation of color #3C7821: hue angle of 101.38º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C7821 is Cyan = 0.5, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB6012033-
CMYK0.500.720.53
HSL101.38º56.86%30%-
HSV(B)101.38º72.5%47.06%-
XYZ8.8514.53.77-
YUV92.1494.62105.07-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.17%
GREEN value IS 120 (47.27% from 255) = 56.34%
BLUE value IS 33 (13.28% from 255) = 15.49%
R=28.17%
G=56.34%
B=15.49%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60120330.500.720.53101.3856.8630
Hex3C7821320483565391e
Octal7417041620110651457136
Binary111100111100010000111001001001000110101110010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,120,33); }

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

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

 a { background-color: rgb(60,120,33); }

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

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

 span { border-color: rgb(60,120,33); }

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