#3A782B

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

Shades of Bilbao #3A782B

Tints of Bilbao #3A782B

Color information

#3A782B (or 0x3A782B) is unknown color: approx Bilbao. HEX triplet: 3A, 78 and 2B. RGB value is (58,120,43). Sum of RGB (Red+Green+Blue) = 58+120+43=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 120 (47.27% from 255 or 54.30% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 120 - color contains mainly: green. Hex color #3A782B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A782B is #C587D4. Grayscale: #5C5C5C. Windows color (decimal): -12945365 or 2848826. OLE color: 2848826.

HSL color Cylindrical-coordinate representation of color #3A782B: hue angle of 108.31º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A782B is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB5812043-
CMYK0.5200.640.53
HSL108.31º47.24%31.96%-
HSV(B)108.31º64.17%47.06%-
XYZ8.914.514.62-
YUV92.6899.96103.26-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.24%
GREEN value IS 120 (47.27% from 255) = 54.30%
BLUE value IS 43 (17.19% from 255) = 19.46%
R=26.24%
G=54.30%
B=19.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58120430.5200.640.53108.3147.2431.96
Hex3A782B34040356c2f20
Octal7217053640100651545740
Binary1110101111000101011110100010000001101011101100101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A782B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,120,43); }

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

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

 a { background-color: rgb(58,120,43); }

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

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

 span { border-color: rgb(58,120,43); }

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