#3D840E

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

Shades of Bilbao #3D840E

Tints of Bilbao #3D840E

Color information

#3D840E (or 0x3D840E) is unknown color: approx Bilbao. HEX triplet: 3D, 84 and 0E. RGB value is (61,132,14). Sum of RGB (Red+Green+Blue) = 61+132+14=207 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.47% from 207); Green value is 132 (51.95% from 255 or 63.77% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 132 - color contains mainly: green. Hex color #3D840E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3D840E is #C27BF1. Grayscale: #616161. Windows color (decimal): -12745714 or 951357. OLE color: 951357.

HSL color Cylindrical-coordinate representation of color #3D840E: hue angle of 96.1º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3D840E is Cyan = 0.54, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB6113214-
CMYK0.5400.890.48
HSL96.1º80.82%28.63%-
HSV(B)96.1º89.39%51.76%-
XYZ10.2517.533.26-
YUV97.3280.98102.09-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.47%
GREEN value IS 132 (51.95% from 255) = 63.77%
BLUE value IS 14 (5.86% from 255) = 6.76%
R=29.47%
G=63.77%
B=6.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61132140.5400.890.4896.180.8228.63
Hex3D84E360593060511d
Octal75204166601316014012135
Binary111101100001001110110110010110011100001100000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D840E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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