#3D8304

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

Shades of Bilbao #3D8304

Tints of Bilbao #3D8304

Color information

#3D8304 (or 0x3D8304) is unknown color: approx Bilbao. HEX triplet: 3D, 83 and 04. RGB value is (61,131,4). Sum of RGB (Red+Green+Blue) = 61+131+4=196 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.12% from 196); Green value is 131 (51.56% from 255 or 66.84% from 196); Blue value is 4 (1.95% from 255 or 2.04% from 196); Max value from RGB is 131 - color contains mainly: green. Hex color #3D8304 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3D8304 is #C27CFB. Grayscale: #606060. Windows color (decimal): -12745980 or 295741. OLE color: 295741.

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

Color convert

RGB611314-
CMYK0.5300.970.49
HSL93.07º94.07%26.47%-
HSV(B)93.07º96.95%51.37%-
XYZ10.0617.232.91-
YUV95.5976.31103.33-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.12%
GREEN value IS 131 (51.56% from 255) = 66.84%
BLUE value IS 4 (1.95% from 255) = 2.04%
R=31.12%
G=66.84%
B=2.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6113140.5300.970.4993.0794.0726.47
Hex3D83435061315d5e1a
Octal7520346501416113513632
Binary11110110000011100110101011000011100011011101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,131,4); }

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

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

 a { background-color: rgb(61,131,4); }

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

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

 span { border-color: rgb(61,131,4); }

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