#3D8716

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

Shades of Bilbao #3D8716

Tints of Bilbao #3D8716

Color information

#3D8716 (or 0x3D8716) is unknown color: approx Bilbao. HEX triplet: 3D, 87 and 16. RGB value is (61,135,22). Sum of RGB (Red+Green+Blue) = 61+135+22=218 (28% of max value = 765). Red value is 61 (24.22% from 255 or 27.98% from 218); Green value is 135 (53.12% from 255 or 61.93% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 135 - color contains mainly: green. Hex color #3D8716 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3D8716 is #C278E9. Grayscale: #646464. Windows color (decimal): -12744938 or 1476413. OLE color: 1476413.

HSL color Cylindrical-coordinate representation of color #3D8716: hue angle of 99.29º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D8716 is Cyan = 0.55, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB6113522-
CMYK0.5500.840.47
HSL99.29º71.97%30.78%-
HSV(B)99.29º83.7%52.94%-
XYZ10.7318.383.74-
YUV99.9983.98100.19-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.98%
GREEN value IS 135 (53.12% from 255) = 61.93%
BLUE value IS 22 (8.98% from 255) = 10.09%
R=27.98%
G=61.93%
B=10.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61135220.5500.840.4799.2971.9730.78
Hex3D8716370542F63481f
Octal75207266701245714311037
Binary1111011000011110110110111010101001011111100011100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,135,22); }

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

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

 a { background-color: rgb(61,135,22); }

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

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

 span { border-color: rgb(61,135,22); }

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