#3D7C1B

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

Shades of Bilbao #3D7C1B

Tints of Bilbao #3D7C1B

Color information

#3D7C1B (or 0x3D7C1B) is unknown color: approx Bilbao. HEX triplet: 3D, 7C and 1B. RGB value is (61,124,27). Sum of RGB (Red+Green+Blue) = 61+124+27=212 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.77% from 212); Green value is 124 (48.83% from 255 or 58.49% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 124 - color contains mainly: green. Hex color #3D7C1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7C1B is #C283E4. Grayscale: #5E5E5E. Windows color (decimal): -12747749 or 1801277. OLE color: 1801277.

HSL color Cylindrical-coordinate representation of color #3D7C1B: hue angle of 98.97º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3D7C1B is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB6112427-
CMYK0.5100.780.51
HSL98.97º64.24%29.61%-
HSV(B)98.97º78.23%48.63%-
XYZ9.3315.493.53-
YUV94.190.13104.39-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.77%
GREEN value IS 124 (48.83% from 255) = 58.49%
BLUE value IS 27 (10.94% from 255) = 12.74%
R=28.77%
G=58.49%
B=12.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal61124270.5100.780.5198.9764.2429.61
Hex3D7C1B3304E3363401e
Octal75174336301166314310036
Binary111101111110011011110011010011101100111100011100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,124,27); }

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

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

 a { background-color: rgb(61,124,27); }

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

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

 span { border-color: rgb(61,124,27); }

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