#3A742A

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

Shades of Bilbao #3A742A

Tints of Bilbao #3A742A

Color information

#3A742A (or 0x3A742A) is unknown color: approx Bilbao. HEX triplet: 3A, 74 and 2A. RGB value is (58,116,42). Sum of RGB (Red+Green+Blue) = 58+116+42=216 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.85% from 216); Green value is 116 (45.70% from 255 or 53.70% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 116 - color contains mainly: green. Hex color #3A742A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A742A is #C58BD5. Grayscale: #5A5A5A. Windows color (decimal): -12946390 or 2782266. OLE color: 2782266.

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

Color convert

RGB5811642-
CMYK0.500.640.55
HSL107.03º46.84%30.98%-
HSV(B)107.03º63.79%45.49%-
XYZ8.4113.564.36-
YUV90.22100.78105.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.85%
GREEN value IS 116 (45.70% from 255) = 53.70%
BLUE value IS 42 (16.80% from 255) = 19.44%
R=26.85%
G=53.70%
B=19.44%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58116420.500.640.55107.0346.8430.98
Hex3A742A32040376b2f1f
Octal7216452620100671535737
Binary111010111010010101011001001000000110111110101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A742A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,116,42); }

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

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

 a { background-color: rgb(58,116,42); }

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

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

 span { border-color: rgb(58,116,42); }

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