#3C782F

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

Shades of Bilbao #3C782F

Tints of Bilbao #3C782F

Color information

#3C782F (or 0x3C782F) is unknown color: approx Bilbao. HEX triplet: 3C, 78 and 2F. RGB value is (60,120,47). Sum of RGB (Red+Green+Blue) = 60+120+47=227 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.43% from 227); Green value is 120 (47.27% from 255 or 52.86% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 120 - color contains mainly: green. Hex color #3C782F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C782F is #C387D0. Grayscale: #5D5D5D. Windows color (decimal): -12814289 or 3110972. OLE color: 3110972.

HSL color Cylindrical-coordinate representation of color #3C782F: hue angle of 109.32º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C782F is Cyan = 0.5, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB6012047-
CMYK0.500.610.53
HSL109.32º43.71%32.75%-
HSV(B)109.32º60.83%47.06%-
XYZ9.0914.65.03-
YUV93.74101.62103.94-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.43%
GREEN value IS 120 (47.27% from 255) = 52.86%
BLUE value IS 47 (18.75% from 255) = 20.70%
R=26.43%
G=52.86%
B=20.70%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60120470.500.610.53109.3243.7132.75
Hex3C782F3203D356d2c21
Octal741705762075651555441
Binary111100111100010111111001001111011101011101101101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C782F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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