#3D762A

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

Shades of Bilbao #3D762A

Tints of Bilbao #3D762A

Color information

#3D762A (or 0x3D762A) is unknown color: approx Bilbao. HEX triplet: 3D, 76 and 2A. RGB value is (61,118,42). Sum of RGB (Red+Green+Blue) = 61+118+42=221 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.60% from 221); Green value is 118 (46.48% from 255 or 53.39% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 118 - color contains mainly: green. Hex color #3D762A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D762A is #C289D5. Grayscale: #5C5C5C. Windows color (decimal): -12749270 or 2782781. OLE color: 2782781.

HSL color Cylindrical-coordinate representation of color #3D762A: hue angle of 105º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D762A is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB6111842-
CMYK0.4800.640.54
HSL105º47.5%31.37%-
HSV(B)105º64.41%46.27%-
XYZ8.8214.124.45-
YUV92.2999.62105.68-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.60%
GREEN value IS 118 (46.48% from 255) = 53.39%
BLUE value IS 42 (16.80% from 255) = 19.00%
R=27.60%
G=53.39%
B=19.00%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61118420.4800.640.5410547.531.37
Hex3D762A300403669301f
Octal7516652600100661516037
Binary111101111011010101011000001000000110110110100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D762A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,118,42); }

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

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

 a { background-color: rgb(61,118,42); }

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

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

 span { border-color: rgb(61,118,42); }

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