#3D780E

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

Shades of Bilbao #3D780E

Tints of Bilbao #3D780E

Color information

#3D780E (or 0x3D780E) is unknown color: approx Bilbao. HEX triplet: 3D, 78 and 0E. RGB value is (61,120,14). Sum of RGB (Red+Green+Blue) = 61+120+14=195 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.28% from 195); Green value is 120 (47.27% from 255 or 61.54% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 120 - color contains mainly: green. Hex color #3D780E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D780E is #C287F1. Grayscale: #5A5A5A. Windows color (decimal): -12748786 or 948285. OLE color: 948285.

HSL color Cylindrical-coordinate representation of color #3D780E: hue angle of 93.4º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3D780E is Cyan = 0.49, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB6112014-
CMYK0.4900.880.53
HSL93.4º79.1%26.27%-
HSV(B)93.4º88.33%47.06%-
XYZ8.7214.462.75-
YUV90.2884.95107.12-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.28%
GREEN value IS 120 (47.27% from 255) = 61.54%
BLUE value IS 14 (5.86% from 255) = 7.18%
R=31.28%
G=61.54%
B=7.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61120140.4900.880.5393.479.126.27
Hex3D78E31058355d4f1a
Octal75170166101306513511732
Binary11110111110001110110001010110001101011011101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D780E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,120,14); }

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

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

 a { background-color: rgb(61,120,14); }

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

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

 span { border-color: rgb(61,120,14); }

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